Download a DS pin to locale cache.

dspin_download(board, name, hash = NULL, ...)

Arguments

board

`dspins_board_s3` board

name

Name of element to be read

...

Value

File paths for downloaded files

Examples

if (FALSE) { board <- ds_board_s3(user_name = "test", bucket_id = "user") board %>% dspin_download("slug-of-drop-pin") }