Description Usage Arguments Details Value Examples
The function will download a list of available data from the data repository
1 2 3 4 5 6 7 |
dat |
|
datadir |
|
verbose |
|
master |
|
greetings |
|
The function will download a single .csv file and attach it as a data.frame
.
A data.frame
class object.
1 2 3 4 5 6 7 8 | # available datasets and variables - proper
# ind <- datasets()
# available datasets and variables
# just one example archive is available locally
ind <- datasets(
datadir=system.file("extdata", package="chronosphere"))
# all available versions and resolutions in database 'paleomap'
# oneDat <- datasets("paleomap")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.