download_gpcc: GPCC data downloader

View source: R/download_gpcc.R

download_gpccR Documentation

GPCC data downloader

Description

Function for downloading GPCC v2020.

Usage

download_gpcc(folder_path = ".", domain = "raw", time_res = "monthly")

Arguments

folder_path

a character string with the path where the data will be downloaded.

domain

a character string with the desired domain data set. Suitable options are:

  • "raw" for default available spatial coverage,

  • "global" for data sets with global (land and ocean) coverage,

  • "land" for data sets with land only coverage,

  • "ocean", for data sets with ocean only coverage.

time_res

a character string with the desired time resolution. Suitable options are:

  • "monthly",

  • "yearly".

Value

No return value, called to download the data set.


pRecipe documentation built on Nov. 23, 2023, 1:08 a.m.