Skip to content

05. Data

Michael McCarthy edited this page Dec 8, 2022 · 37 revisions

R packages

A list of R packages for getting, making, storing, and sharing data.

Read and Write

Data Frames

Database Interfaces

Simulate

Scrape

Share

Data Sources

A list of places to download data.

R API Packages

R Data Packages

Download

Draw

Saving Data

All data, whether it has been sourced, simulated, or otherwise created, should be saved in the data folder so it is easily accessible.

Data files should be named like: yyyy-mm—dd_data-name.csv. If multiple data files exist for a given source, a topic or type should be appended to the data name. For example, yyyy-mm-dd_data-name_topic1.csv and yyyy-mm-dd_data-name_topic2.csv.