#' @title convertSoilGrids
#' @description Convert SoilGrids content
#' @param x magpie object provided by the read function
#' @return List of magpie objects with results on cellular level, weight, unit and description.
#' @author Kristine Karstens
#' @seealso
#' [readSoilGrids()]
#' @examples
#' \dontrun{
#' readSource("SoilGrids", subtype = "cstock_0_30", convert = TRUE)
#' }
convertSoilGrids <- function(x) {
return(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.