View source: R/get-attachments.R
get_attachments | R Documentation |
download attachments
get_attachments(data, dest = NULL)
data |
tibble of datasets as given by |
dest |
directory to write files |
datasets() %>%
dido_search("drom") %>%
attachments() %>%
get_attachments(dest = tempdir())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.