| LAST_COMPILE |
|---|
| 2026-09-16 |
Info
LAST_COMPILE
List Datasets
Code
dataset_list |>
mutate(id = paste0('<a target=_blank href=', url, '>', id, '</a>')) |>
select(-url) %>%
{if (is_html_output()) datatable(., filter = 'top', rownames = F, escape = F) else .}