-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I think the meat of this section is good and clear, but there are easier APIs that send down even simpler datasets. One that you might include would be something like tidycensus, dataRetrieval (river discharge), and/or any of the numerous COVID datasets. Just to show them the absolute simplest data.
To me the simplest thing is:
library(package)
data <- package_download()
head(data)
ggplot(data)
You could then show your slightly more complicated example as more of a "direct interaction with API". What do you think?
Metadata
Metadata
Assignees
Labels
No labels