calcResCombustEff <- function() {
x <- readSource("IPCC", "rescombusteff", convert = FALSE)
x <- setYears(x, NULL)
return(list(
x = x,
weight = NULL,
unit = "share",
description = "Share of nitrogen in biomass that is combusted when crop residues are set on fire."))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.