Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
rhijmans committed Nov 2, 2023
1 parent 3b67255 commit 8efc87c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions source/_R/data.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,4 @@ And an interactive map.
```{r plet, echo=FALSE, fig.height=4}
plet(v, "Group", split=TRUE, alpha=.2, clusterOptions=markerClusterOptions())
```

2 changes: 1 addition & 1 deletion source/_R/done.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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('<a href="', url, '">', x$uri,'</a>')
Expand Down

0 comments on commit 8efc87c

Please sign in to comment.