Global Health Engineering, ETH Zurich
June 21, 2024
Conceptually
Raw Dataset(s)
ID | Date | Country |
---|---|---|
1 | 21.06.2024 | U.S.A. |
2 | June 22 2024 | United States |
… | … | … |
Technically
Conceptually
Tidy/Processed Dataset(s)
id | date | country |
---|---|---|
1 | 2024-06-21 | United States |
2 | 2024-06-22 | United States |
… | … | … |
Technically
Conceptually
variable | description |
---|---|
id | The unique ID |
date | Date in the format YYYY-MM-DD |
country | Full name of the country |
Technically
Conceptually
Technically
Initialize package repository
Create dataset
Document dataset
Communicate dataset
Initialize package repository
Create dataset(s)
Document dataset(s)
Communicate Dataset(s)
README
Website
Tutorial/Example
A set of automation tools to set up an openwashdata data package in a consistent structure. It helps to reduce manual entries on tidy data exporting, README writing, pkgdown configuration and content, and etc.
Import raw data into data-raw
Go to data-raw/data-processing.R
and happy data cleaning
update_description()
# add author information(All authors)
usethis::use_author(given = "Mian", family = "Zhong",
role = c("aut", "cre"), email = "mzhong@ethz.ch",
comment = c(ORCID = "0009-0009-4546-7214"))
usethis::use_author(given = "Lars", family = "Schöbitz", role = "aut",
email = "lschoebitz@ethz.ch",
comment = c(ORCID = "0000-0003-2196-5015"))
data-raw/dictionary.csv
, and fill in the descriptions of the variablesGo to R/
and fill in the title and description for the dataset.