7.3 Raw data files
Use case: a key part of the package’s functionality is to act on an external file. E.g. packages that read in files of different types, like
readr
orreadxl
.Use case: a data package wants to provide .csv versions of the data, instead of just R objects. E.g. in
palmerpenguins
, the objectspenguins
andpenguins_raw
are also represented asextdata/penguins.csv
andextdata/penguins_raw.csv
.