installedSpatialData: 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)
Value
Invisibly returns a vector of dataset names().
Arguments
verbose
Logical specifying whether or not to print dataset descriptions.