installedSpatialData {MazamaSpatialUtils} | R Documentation |
List locally installed spatial datasets
Description
Searches the directory set with setSpatialDataDir
for locally installed spatial data and returns a list of dataset names that
can be used with loadSpatialData
.
If verbose = TRUE
, a brief description is provided for each locally
installed dataset.
Usage
installedSpatialData(verbose = TRUE)
Arguments
verbose |
Logical specifying whether or not to print dataset descriptions. |
Value
Invisibly returns a vector of dataset names().
[Package MazamaSpatialUtils version 0.8.6 Index]