beckerbenj / eatRecode

https://beckerbenj.github.io/eatRecode/
GNU General Public License v3.0
0 stars 2 forks source link

make example data available #8

Closed beckerbenj closed 11 months ago

beckerbenj commented 12 months ago

This PR adresses #3.

The data base that has been used for testing has now also been saved in inst/extdata and is available via db_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.

nickhaf commented 12 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?