View source: R/dbCreateSubset.R
dbSubset | R Documentation |
Create a subset of the global calibration dataset
dbSubset(
taxaType,
xmn = NA,
xmx = NA,
ymn = NA,
ymx = NA,
dbname = "gbif4crest_02",
out = "gbif4crest_reduced",
verbose = TRUE
)
taxaType |
A numerical index (between 1 and 6) to define the type of palaeoproxy used: 1 for plants, 2 for beetles, 3 for chironomids, 4 for foraminifers, 5 for diatoms and 6 for rodents. The example dataset uses taxaType=0 (pseudo-data). Default is 1. |
xmn , xmx , ymn , ymx |
The coordinates defining the study area. |
dbname |
The name of the database. Default is |
out |
The name or path of the new dataset |
verbose |
A boolean to print non-essential comments on the terminal
(default |
The full SQLite3 database can be downloaded from https://figshare.com/articles/dataset/GBIF_for_CREST_database/6743207.
## Not run:
dbSubset(2, xmn=0, xmx=15, ymn=0, ymx=15, out='example.sqlite3')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.