I’m building a new program but when I run it, an error pops up. The error displayed is as follows: Error in file(file, ifelse(append, "a", "w")) : cannot open the connection In addition: warning message: In ...
Home/cannot open the connection
ITtutoria Latest Questions
mwillms
Asked: May 4, 2022In: r
I get the error: Error in file(file, “rt”) : cannot open the connection when I try to run the program below: pollutantmean <- function(directory, pollutant = "nitrate", id= 1:332) { if(grep("specdata",directory) ==1) { directory <- ...