Error saying object not found in R

+2 votes

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
Dec 11, 2018 in Data Analytics by Ali
• 11,360 points
6,061 views

1 answer to this question.

0 votes

Change your link_addr to linkAddr and it should work. It’s a good practice to not use Special character as variable names.

answered Dec 11, 2018 by Maverick
• 10,840 points

Related Questions In Data Analytics

+1 vote
1 answer
0 votes
1 answer

Error saying "object 'mvnorm' not found"

You seem to have made a small ...READ MORE

answered Nov 9, 2018 in Data Analytics by Maverick
• 10,840 points
1,059 views
+10 votes
3 answers

Which is a better initiative to learn data science: Python or R?

Well it truly depends on your requirement, If ...READ MORE

answered Aug 9, 2018 in Data Analytics by Abhi
• 3,720 points
1,165 views
+1 vote
1 answer

Error saying "vector size cannot be NA" when using R with data mining

You can use the removesparseterm function.  Removes sparse ...READ MORE

answered Nov 15, 2018 in Data Analytics by Maverick
• 10,840 points
4,406 views
+1 vote
2 answers
0 votes
1 answer

Trying to find frequent itemsets of a data set using arules package

Try replacing ID <- c("A123","A123","A123","A123","B456","B456","B456") item <- c("bread", "butter", "milk", ...READ MORE

answered Nov 15, 2018 in Data Analytics by Maverick
• 10,840 points
575 views
0 votes
1 answer
+1 vote
1 answer

"Error in eval(ei, envir) : object 'RDX2' not found" when trying to source the code in R

This is a very common issue that ...READ MORE

answered Oct 30, 2018 in Data Analytics by Maverick
• 10,840 points
4,694 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP