When running
scrape(start = "2007-04-01", end = "2007-04-30", connect=mydb)
I get the output:
If file names don't print right away, please be patient.
Error in function (type, msg, asError = TRUE) :
Illegal characters found in URL
However:
scrape(start = "2008-04-01", end = "2008-04-30", connect=mydb)
works with no errors.
When running scrape(start = "2007-04-01", end = "2007-04-30", connect=mydb) I get the output: If file names don't print right away, please be patient. Error in function (type, msg, asError = TRUE) : Illegal characters found in URL
However: scrape(start = "2008-04-01", end = "2008-04-30", connect=mydb)
works with no errors.