listRaster | R Documentation |
listRaster
lists all rasters available to download from the Malaria Atlas Project database.
listRaster(printed = TRUE)
printed |
Should the list be printed to the console? |
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 as surface
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 as pub_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
## Not run:
available_rasters <- listRaster()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.