Workflow for local data that needs to be updated often #954
Unanswered
tylerlittlefield
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From: https://engineering-shiny.org/common-app-caveats.html?q=data#including-data-in-your-application
What about datasets that are frequently updated. For example, a large dataset that I want to refresh on a daily basis and read locally from disk for faster read time? Is there a recommended workflow for golem applications that require on-disk data that is updated often? Just
./data-raw
plus./data
, and then ignore the large files when building the package?Beta Was this translation helpful? Give feedback.
All reactions