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/mrplayground documentation built on June 2, 2021, 9:25 p.m.