View source: R/get_drought_indicator.R
get_drought_indicator | R Documentation |
Download weekly global NASA GRACE-based drought indicator rasters
get_drought_indicator(yyyymmdd = NULL, file_path = NULL)
yyyymmdd |
timeframe - pass date value as e.g. 20020203 (for february 3rd, 2002) |
file_path |
path location |
drought indicator rasters
file_path <- ".." # path to the folder where you want to download the rasters # Download drought indicator rasters for 31st January, 2022 get_drought_indicator(yyyymmdd = 20220131, file_path=file_path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.