Using iteration as list results in unexpected behavior of data objects #511
Closed
jennysjaarda
started this conversation in
General
Replies: 1 comment
-
If you write |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sorry for the many threads recently. I'm not sure if this behavior is expected so just wanted to bring to your attention / the other users. I'm trying to use columns from a tibble/df as inputs into a function and also taking advantage of iteration as list and came across this. The reason I want to use the
list
iteration is because of the way the third target is set up.Running
tar_make()
errors onrnorm_random_vec
target.If I enter the workspace of the errored out target I get an expected result of
random_vec
that differs fromtar_read(random_vec)
.Beta Was this translation helpful? Give feedback.
All reactions