How to automatically load data in an R package? -


this easy answer that's been answered numerous times. lack terminology search answer.

i'm creating package. when package loads want have instant access data sets.

so lets dictionary data set.

i want able dictionary rather data(dictionary) load. how go doing this?

from r-exts.pdf

the ‘data’ subdirectory data files, either made available via lazy-loading or loading using data(). (the choice made ‘lazydata’ field in ‘description’ file: default not so.)

adding following description file should it:

lazydata: true 

Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -