Description Usage Arguments Examples
View source: R/get_attachments.R
download attachments
1 | get_attachments(data, dest = NULL)
|
data |
tibble of datasets as given by |
dest |
a directory to write files |
1 2 3 4 | 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.