Skip to content

tar_load() in branched Rmd #666

Closed Answered by wlandau
awalsh17 asked this question in Help
Oct 20, 2021 · 2 comments · 7 replies
Discussion options

You must be logged in to vote

As a workaround, if you want to load all the data in the report, you can call tar_load(starts_with("final_data")). Functions like tar_load() understand tidyselect syntax. From then on though, you would have to reference each dataset by branch name. Alternatively, to create a target with all the data together in one object, you could have a look at tarchetypes::tar_combine().

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
3 replies
@awalsh17
Comment options

@wlandau
Comment options

@awalsh17
Comment options

Answer selected by awalsh17
Comment options

You must be logged in to vote
4 replies
@wlandau
Comment options

@dshemetov
Comment options

@wlandau
Comment options

@dshemetov
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
4 participants