[R] Creating a R-package in R-Studio

Kulupp kulupp at online.de
Wed Jan 29 20:49:04 CET 2014


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



More information about the R-help mailing list