[This article was first published on R on technistema, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
By: Brad Lindblad
LinkedIn | Github | Blog | Subscribe
Previously there was an issue with certain calls to the tidyUSDA::getQuickstat()
function, where values that included an “&” were not passing through the API call.
This error has been resolved. Please updated your version of {tidyUSDA} with
install.packages("tidyUSDA")
You can check that you have the latest version with packageVersion("tidyUSDA")
, which should return [1] ‘0.3.1’
I appreciate the community helping to continually improve {tidyUSDA}!
Learn more about {tidyUSDA} at its website
Want more content like this? Subscribe here
To leave a comment for the author, please follow the link and comment on their blog: R on technistema.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.