setup {tabs} | R Documentation |
Setup - Download of default datasets
Description
download default datasets (labs, topo, curve) in default or custom directory. The datasets require 15 GB disk space.
Usage
setup()
Value
No return value, called for side effects
Author(s)
Johannes De Groeve
Examples
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()
}
[Package tabs version 0.1.1 Index]