Defines the objects R/sysdata.rda lazy-loads into the package namespace: internal, not exported, available to the package's own code without a call bringing them in. Modelled on the global env for R's resolution order.
R/sysdata.rda
https://cran.r-project.org/doc/manuals/r-release/R-exts.html#Data-in-packages
Defines the objects
R/sysdata.rdalazy-loads into the package namespace: internal, not exported, available to the package's own code without a call bringing them in. Modelled on the global env for R's resolution order.