get_attachments: download attachments

View source: R/get-attachments.R

get_attachmentsR Documentation

download attachments

Description

download attachments

Usage

get_attachments(data, dest = NULL)

Arguments

data

tibble of datasets as given by attachments(). Must contains an id column

dest

directory to write files

Examples

datasets() %>%
  dido_search("drom") %>%
  attachments() %>%
  get_attachments(dest = tempdir())

MTES-MCT/didor documentation built on April 7, 2023, 7:42 a.m.