[general] Cannot have a target in the tar_render(output_file) argument
#234
billdenney
started this conversation in
General
Replies: 1 comment 1 reply
|
Sorry, the |
1 reply
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.
Help
Description
I am making a large set of reports where they need to go into different directories. I wanted to make the directory set into a target that I can change as I change the targets. But, the
output_fileargument oftar_render()appears to be evaluated in the original R session and not with the target values available. Is there a way around this?All reactions