View source: R/toolSubtypeSelect.R
toolSubtypeSelect | R Documentation |
This function is a support function for the selection of a subtype in a readX function. In addition to the subtype selection it also performs some consistency checks.
toolSubtypeSelect(subtype, files)
subtype |
A chosen subtype (character) |
files |
A named vector or list. The names of the vector correspond to the allowed subtypes and the content of the vector are the corresponding file names. |
The file name corresponding to the given subtype
Jan Philipp Dietrich
readSource
files <- c(protection="protection.csv",
production="production.csv",
extent="forest_extent.csv")
toolSubtypeSelect("extent",files)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.