Download a DS pin to locale cache.
dspin_download(board, name, hash = NULL, ...)
| board | `dspins_board_s3` board |
|---|---|
| name | Name of element to be read |
| ... |
File paths for downloaded files
if (FALSE) { board <- ds_board_s3(user_name = "test", bucket_id = "user") board %>% dspin_download("slug-of-drop-pin") }