setup | R Documentation |
download default datasets (labs, topo, curve) in default or custom directory. The datasets require 15 GB disk space.
setup()
No return value, called for side effects
Johannes De Groeve
if(interactive()){
# download labs, topo and curve and store in custom or default directory
setup()
# reset setup
# if you want the install the datasets under a different path
options(tabs.datasetPath=NULL)
setup()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.