cat("<!-- README.md is generated from README.Rmd. Please edit that file -->")
knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
cimadata es un paquete interno del CIMA para facilitar el acceso a los datos hosteados en los servidores del CIMA.
Instalar la versión de desarollo con
# install.packages("devtools") devtools::install_github("eliocamp/cimadata")
Promero hay que montar la carpeta localmente
library(cimadata) cmip_folder_set("~/DATOS/CMIP6/")
Y luego se puede listar los modelos disponibles, junto con información
head(cmip_available())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.