Dear R-help community,
I am creating my first R-package in RStudio and wanted to add datasets
to the package. I added an .RData file containing data (a data frame) in
the 'data' folder of the package and could load the data as usual by
typing in the console: data(xyz). Then I added a .RData file (a list)
and could not load the data. Can anybody explain how I could make data
available in my package that are saved as a list? Thanks a lot in
anticipation.
Best regards
Thomas
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.