You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#' @name load_worldpop_by_country
#' @title load_worldpop_by_country
#' @description Load worldpop population raster for a country
#' @param datapath path to data
#' @param country country code
#' @return population raster
#' @export
#' @include load_shapefile_by_country.R
the extents of the returned pop raster and the country shapefile shp should be the same;
if the extents of the returned pop raster and the country. shapefile are not the same, the function should return an error message.
The text was updated successfully, but these errors were encountered:
#' @name load_worldpop_by_country
#' @title load_worldpop_by_country
#' @description Load worldpop population raster for a country
#' @param datapath path to data
#' @param country country code
#' @return population raster
#' @export
#' @include load_shapefile_by_country.R
The text was updated successfully, but these errors were encountered: