| 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_idthe unique dataset ID of the raster, which can the be used in functions such as getRaster and extractRaster -
raster_codeunique identifier for each raster -
titleabbreviated title for each raster, used assurfaceargument in getRaster() -
title_extendedextended title for each raster, detailing raster content -
abstractfull description of each raster, outlining raster creation methods, raster content and more. -
citationcitation of peer-reviewed article in which each raster has been published -
pub_yearyear in which raster was published, used aspub_yearargument in getRaster() to updated raster versions from their predecessor(s). -
min_raster_yearearliest year for which each raster is available -
max_raster_yearlatest year for which each raster is available
Examples
## Not run:
available_rasters <- listRaster()
## End(Not run)