listRaster {malariaAtlas} | R Documentation |
List all MAP Rasters available to download.
Description
listRaster
lists all rasters available to download from the Malaria Atlas Project database.
Usage
listRaster(printed = TRUE)
Arguments
printed |
Should the list be printed to the console? |
Value
listRaster
returns a data.frame detailing the following information for each raster available to download from the Malaria Atlas Project database.
-
dataset_id
the unique dataset ID of the raster, which can the be used in functions such as getRaster and extractRaster -
raster_code
unique identifier for each raster -
title
abbreviated title for each raster, used assurface
argument in getRaster() -
title_extended
extended title for each raster, detailing raster content -
abstract
full description of each raster, outlining raster creation methods, raster content and more. -
citation
citation of peer-reviewed article in which each raster has been published -
pub_year
year in which raster was published, used aspub_year
argument in getRaster() to updated raster versions from their predecessor(s). -
min_raster_year
earliest year for which each raster is available -
max_raster_year
latest year for which each raster is available
Examples
## Not run:
available_rasters <- listRaster()
## End(Not run)