R/downloadIPCCSoil.R

Defines functions downloadIPCCSoil

Documented in downloadIPCCSoil

#' @title downloadIPCCSoil
#' @description This function download the IPCC table data
#'
#' @return magpie object with global parameters
#' @author Kristine Karstens
#'
#' @seealso
#' \code{\link{readIPCCSoil}}
#'
#' @examples
#' \dontrun{ downloadSource("IPCCSoil") }
#'
#' @import madrat
#' @import magclass
#' @importFrom utils download.file tail
#' @importFrom madrat toolSubtypeSelect

downloadIPCCSoil <- function() {

  return(0)
}
pik-piam/mrSOCbudget documentation built on April 13, 2025, 7:01 p.m.