From 7938ef7849aad5dc59216b825c421b2ceb58a543 Mon Sep 17 00:00:00 2001 From: rhijmans Date: Tue, 16 Jan 2024 12:35:23 -0800 Subject: [PATCH] td --- source/_R/todo.rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_R/todo.rmd b/source/_R/todo.rmd index 3c8756b..3d75c6f 100644 --- a/source/_R/todo.rmd +++ b/source/_R/todo.rmd @@ -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('', uri,'') -DT::datatable(x, escape=F, rownames=FALSE) +DT::datatable(x, escape=FALSE, rownames=FALSE) ```