R4EPI / sitrep

Report templates and helper functions for applied epidemiology
https://r4epi.github.io/sitrep/
GNU General Public License v3.0
39 stars 14 forks source link

add tests for data imports #314

Open aspina7 opened 1 year ago

aspina7 commented 1 year ago

neale added functions to have data and shapefiles available for datasets. need to add tests.

aspina7 commented 1 year ago

These need to be moved to their own package with the raw datasets which are available through two routes: As .rda files through data(blabla, package = "appliedepidata"), and through interactive point and click to save the original raw data on desktop (then import as conventionally).

The second requires functions and tests.

This should act as a single source of truth for all the datasets used in handbooks, tutorials, exercises and case studies.

Need a good way to include metadata (both in terms of description of dataset source and data dictionaries).

Ideally need a future way for this to be programming and human language interchangable.

https://stat.ethz.ch/R-manual/R-devel/library/datasets/html/00Index.html

https://github.com/rfordatascience/tidytuesday/tree/