32932/error-saying-object-not-found-in-r
I’m trying to execute this line on R
download.file(link_addr,destfile = ".DA/cameras.csv")
and I end up with this error:
Error in grep("\\.(gz|bz2|xz|tgz|zip|rda|RData)$", url) : object 'link_addr' not found
Change your link_addr to linkAddr and it should work. It’s a good practice to not use Special character as variable names.
You need to load the data file ...READ MORE
Hey @Ali, Its a very silly mistake. ...READ MORE
Cassandra drivers seem to have dependencies that ...READ MORE
You seem to have made a small ...READ MORE
Well it truly depends on your requirement, If ...READ MORE
You can use the removesparseterm function. Removes sparse ...READ MORE
You can do this in R using ...READ MORE
Try replacing ID <- c("A123","A123","A123","A123","B456","B456","B456") item <- c("bread", "butter", "milk", ...READ MORE
In this line, Install.packages(“rvest”) Add rvest inside double ...READ MORE
This is a very common issue that ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.