R/readSSPResults.R

Defines functions 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
#' \code{\link{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 = F)
  
  return(data)
}
pik-piam/moinput documentation built on June 9, 2020, 12:23 p.m.