Store multiple objects in sysdata.rda: R-package development
问题 I've just stumbled on the possibility to store internal package data in /R/sysdata.rda . However, I don't get how I should store multiple objects? I can store one single object, but I would like to make many more available through sysdata.rda . I know it to be possible by looking at the Dichromats package, as shown on Hadley R packages website http://r-pkgs.had.co.nz/data.html. I've tried the code below. > devtools::use_data(data, data, internal = TRUE) Saving data, data as sysdata.rda to C: