Skip to content

Clean and Curated API data #8

@matthewross07

Description

@matthewross07

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions