/inst/extdata folder #222
eva0marques
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
@eva0marques This is an interesting solution. I am not seeing the documentation mention how it deals with data size and storage on GitHub. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@Spatiotemporal-Exposures-and-Toxicology @dawranadeep @MAKassien @dzilber @sigmafelix @Sanisha003
I created the folder /inst/extdata (see https://r-pkgs.org/data.html) that is supposed to store all data created and used in our package. For example, I stored a table with NLCD classes names, abbreviation, meaning and associated colors in nlcd_classes.csv. It is used for renaming nlcd ratio in my .R function.
Beta Was this translation helpful? Give feedback.
All reactions