You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that this is possible when your function supports named arguments. In the example above the args to file.create are ..., showWarnings = TRUE. I agree that it would be nice that target_name could be found when unnamed, it does work when you can tie it to an argument name:
It seems I can only use
target_name
in a command if it's the first argument. I would like to be able to use that variable anywhere in a command.this remake file creates an i.txt file as expected:
but this one gives an error:
(and also my argument
showWarnings=FALSE
has been altered in the BUILD call)The text was updated successfully, but these errors were encountered: