qa_get | R Documentation |
Fetch a Quantarctica data set
qa_get(
dataset,
cache_directory = qa_cache_dir(),
refresh_cache = 0,
verbose = FALSE,
shapefile_reader,
raster_reader
)
dataset |
string or qa_dataset: the name of the data set or a data set object as returned by |
cache_directory |
string: the cache directory to use. As for the |
refresh_cache |
numeric: 0 = do not overwrite existing files, 1 = overwrite if the remote file is newer than the local copy, 2 = always overwrite existing files |
verbose |
logical: show progress messages? |
shapefile_reader |
function: function to use to read shapefiles. By default this is |
raster_reader |
function: function to use to read raster files (TIFF, JP2, VRT). By default this is |
By default, an object of class SpatialPolygonsDataFrame (for shapefile layers) or RasterLayer (for raster layers). Objects of other classes may be returned if non-default shapefile_reader
or raster_reader
functions are used
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.