R/calcExportshare.R

Defines functions calcExportshare

calcExportshare <- function(){
  input <- readSource(type = "Eurobserver",subtype = "share")
  
  return(list(x      = input,
              weight = NULL,
              unit        = "",
              description = "share of world exports in solar pv, wind, and hydropower"))
  
}
pik-piam/moinput documentation built on June 9, 2020, 12:23 p.m.