#' @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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.