From 8efc87c3835af42f1acc3f1d8988ab5e3e773c7f Mon Sep 17 00:00:00 2001 From: rhijmans Date: Thu, 2 Nov 2023 23:04:27 +0100 Subject: [PATCH] d --- source/_R/data.rmd | 1 + source/_R/done.rmd | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_R/data.rmd b/source/_R/data.rmd index d8481e9..e78cb80 100644 --- a/source/_R/data.rmd +++ b/source/_R/data.rmd @@ -85,3 +85,4 @@ And an interactive map. ```{r plet, echo=FALSE, fig.height=4} plet(v, "Group", split=TRUE, alpha=.2, clusterOptions=markerClusterOptions()) ``` + diff --git a/source/_R/done.rmd b/source/_R/done.rmd index 94fb68a..35898bb 100644 --- a/source/_R/done.rmd +++ b/source/_R/done.rmd @@ -19,7 +19,7 @@ This is the list of the datasets that have been standardized and aggregated with ```{r todo, echo=FALSE} fdone <- list.files(file.path(carob_path, "data", "compiled"), pattern="_metadata.csv$", full=TRUE) -x <- do.call(rbind, lapply(fdone, read.csv)) +x <- do.call(carobiner::bindr, lapply(fdone, read.csv)) url <- gsub("doi:", "https://doi.org/", x$uri) url <- gsub("hdl:", "https://doi.org/", url) x$uri <- paste0('', x$uri,'')