Skip to content

Commit

Permalink
td
Browse files Browse the repository at this point in the history
  • Loading branch information
rhijmans committed Jan 16, 2024
1 parent 8efc87c commit 7938ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_R/todo.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ x <- x[, c("uri", "title", "crop", "country", "provider")]
uri <- gsub("https://doi.org/", "doi:", x$uri)
uri <- gsub("https://hdl.handle.net/", "hdl:", uri)
x$uri <- paste0('<a href="', x$uri, '">', uri,'</a>')
DT::datatable(x, escape=F, rownames=FALSE)
DT::datatable(x, escape=FALSE, rownames=FALSE)
```

0 comments on commit 7938ef7

Please sign in to comment.