Replies: 2 comments 5 replies
-
|
Also cc @richardbayes |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
On second thought, these issues can be addressed in |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I think there are two challenges:
_targets.Rfile. I think the app developer can write a mostly completed_targets.Rtemplate withgluepatterns to plug in various user inputs. (Is this easy enough for most people?)tools::R_user_dir(), which looks perfect for storing the app user's_targets.Rfile and_targets/data for multiple sessions.targets-related requireswithr::with_dir()to run in the user's session directory.Thinking about writing a new
shinytargetspackage to automate a bunch of this. Looping in @rpodcast.Beta Was this translation helpful? Give feedback.
All reactions