rstudio / pins-r

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

board_azure() with a prefix argument #518

Closed ldanai closed 3 years ago

ldanai commented 3 years ago

I found board_s3() with prefix argument is very useful concept #495.

I am using both aws and azure. board_azure() with prefix argument would also be useful for azure users.

Thanks for such powerful framework for sharing data across projects and teams.

hongooi73 commented 3 years ago

Have you tried using a board with a nested path, like board_azure(cont, "path/to/board")? I assume you're using the dev version from Github.

The underlying storage machinery can handle such paths; if board_azure runs into problems I'll see if I can fix them up.

ldanai commented 3 years ago

Yes I have started using the dev version. The new API look quite friendly so I kind of migrate my code to the new dev version.

Let me try the current version board_azure(con, "path/to/board"). Thanks for suggesting.

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.