#' @title toolHoldConstantBeyondEnd
#' @description Holds a historical dataset constant for the entire simulation period "time".
#'
#' @param x MAgPIE object to be continued.
#' @return MAgPIE object with completed time dimensionality.
#' @author Benjamin Leon Bodirsky
#' @importFrom magpiesets findset
#' @export
toolHoldConstantBeyondEnd <- function(x) {
return(toolHoldConstant(x, years = findset("time")))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.