Hi there,
I am creating an R package now. I use devtools::use_data(mydat, internal =
T) to add a sysdata.rda in R/ folder.
The building process works well, but when I installed it, and I can not
reach the data in sysdata.rda. Did anyone have this problem before?
Thank you for your help.
Frank
On 31/03/2018 10:34 AM, 王玥 wrote:
Hi there,
I am creating an R package now. I use devtools::use_data(mydat, internal =
T) to add a sysdata.rda in R/ folder.
The building process works well, but when I installed it, and I can not
reach the data in sysdata.rda. Did anyone have this problem before?