| fetch | R Documentation | 
Function to download and attach items from the chronosphere archives
fetch(
  src = NULL,
  ser = NULL,
  ver = NULL,
  res = NULL,
  ext = NULL,
  class = NULL,
  item = NULL,
  datadir = NULL,
  verbose = TRUE,
  call = FALSE,
  call.expr = FALSE,
  attach = TRUE,
  ...
)
| src | ( | 
| ser | ( | 
| ver | ( | 
| res | ( | 
| ext | ( | 
| class | ( | 
| item | ( | 
| datadir | ( | 
| verbose | ( | 
| call | ( | 
| call.expr | ( | 
| attach | ( | 
| ... | Arguments passed to item-specific loading functions. | 
Use the function datasets to find available series.
An object from a class that matches the 'class' coordinate of the item.
# An actual download call
# a <- fetch(src="paleomap", ser="dem")
# A locally-present object, in package's directory
a <- fetch(src="SOM-zaffos-fragmentation",
  datadir=system.file("extdata", package="chronosphere"))
# call repetition
fetch(a, call=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.