rstudio / pins-r

Pin, discover, and share resources
https://pins.rstudio.com
Other
312 stars 63 forks source link

New board_manual #409

Closed hadley closed 3 years ago

hadley commented 3 years ago

Assign arbitrary names to urls — replaces previous caching magic

board_manual(c(
 foo = "https://data.com/bigdata/foo.csv"
))

Work only work with pin_upload() and pin_download().

hadley commented 3 years ago

Update example in board_rsconnect() to use it.

github-actions[bot] commented 2 years ago

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.