Download a database extract from chronosphere remote server
The function will download a list of available data from the data repository
datasets( dat = NULL, datadir = NULL, verbose = FALSE, master = FALSE, greetings = TRUE )
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.
# 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")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.