R/readSSPResults.R

Defines functions readSSPResults

Documented in readSSPResults

#' @title readSSPResults
#' @description Reads in a reporting mif file from the SSP scenario results
#'
#'
#' @return MAgPIE object with regional aggregation of SSP regions, including all indicators
#' @author Abhijeet Mishra, Florian Humpenoeder
#' @seealso
#' [readSource()]
#' @examples
#' \dontrun{
#' readSource("SSPresults", aggregate = FALSE)
#' }
#' @importFrom magclass read.report

readSSPResults <- function() {

  file <- "SSP_IAM_World_5Regs_2017-01-23.csv"

  data <- read.report(file, as.list = FALSE)

  return(data)
}
pik-piam/mrcommons documentation built on Dec. 8, 2024, 7:23 a.m.