We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No errors, but the html scraper we wrote for water levels doesn't pull in the new data.
The text was updated successfully, but these errors were encountered:
It is erroring, they are just being hidden by a tryCatch
tryCatch
tryCatch({ data = scrape_ca_storage(sites$ID[i]) write.table(data, paste0('../storage_data/', sites$ID[i], '.csv'), sep=',', row.names=FALSE) #png(paste0('../storage_plots/', sites$ID[i], '.png')) #plot(data[,1], data[,2], main=sites$ID[i], ylab='Storage(acre-feet)', xlab='') #dev.off() }, error=function(err){})
The actual problem is goofy characters showing up in the column names.
Sorry, something went wrong.
Looks like this is back as an issue. Didn't dig into it.
this seems to be working now
wdwatkins
Successfully merging a pull request may close this issue.
No errors, but the html scraper we wrote for water levels doesn't pull in the new data.
The text was updated successfully, but these errors were encountered: