Closed beckerbenj closed 11 months ago
Do we want to keep the example data as .xlsx, or maybe use .csv? Would propably be worth discussing regarding the actual data base. I think I'd prefer .csv though (more universal, no extra dependencies to work with it within the package). Is there a particular reason to choose .xlsx?
Currently, we don't have a data base within the package, correct? Should we open an issue?
This PR adresses #3.
The data base that has been used for testing has now also been saved in
inst/extdata
and is available viadb_path <- system.file("extdata", "example_recodeDB.xlsx", package = "eatRecode")
after installing the package.Currently, the data base is a rather small example. If it should be extended, feel free to request a change when reviewing this PR or - if this becomes apparent only later - open a new issue.