Data fetching
Function to download and attach variables in the chronosphere package
fetch( dat, var = NULL, ver = NULL, res = NULL, datadir = NULL, verbose = TRUE, call = FALSE, call.expr = FALSE, ... )
dat |
( |
var |
( |
ver |
( |
res |
( |
datadir |
( |
verbose |
( |
call |
( |
call.expr |
( |
... |
Arguments passed to variable-specific loading functions. |
Use the function datasets to find available variables.
An object that matches the 'type' field of the varibles in the output of the datasets function.
# An actual download call
# a <- fetch(dat="paleomap", var="dem")
# call repetition
fetch(dat="paleomap", var="dem", call=TRUE)
# A locally-present object, in package's directory
a <- fetch(dat="paleomap", var="model",
datadir=system.file("extdata", package="chronosphere"))Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.