| datasets | R Documentation | 
chronosphere remote serverThe function will download a list of available series from the data repository
datasets(
  src = NULL,
  datadir = NULL,
  verbose = FALSE,
  master = FALSE,
  greetings = TRUE,
  all = FALSE
)
| src | 
 | 
| datadir | 
 | 
| verbose | 
 | 
| master | 
 | 
| greetings | 
 | 
| all | 
 | 
The function will download a single .csv file and attach it as a data.frame.
A data.frame class object.
# available datasets (sources and series) - proper
# index <- datasets()
# all available versions and resolutions in database 'pbdb'
# oneDat <- datasets(src="pbdb")
###################################
# local example INCOMPLETE - does not connect to the internet
ind <- datasets(
  datadir=system.file("extdata", package="chronosphere"))
# one available archive
ind <- datasets(
  src="SOM-zaffos-fragmentation",
  datadir=system.file("extdata", package="chronosphere"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.