Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The functions
tar_file()
,tar_files()
,tar_files_input()
all do similar things and have similar names, so it is confusing to keep track of when to use which function. The documentation fortar_files_input()
includes a comparison withtar_files()
, so that helps, but how do these compare totar_file()
? Perhaps a mini-vignette or section in the manual comparing them would help (currently the manual only includestar_target(..., format = "file")
, with no mention of thetarchetypes
functions).FWIW I tend to use
tar_file()
for steps involving input/output files, but not sure if I should be usingtar_files()
instead...Beta Was this translation helpful? Give feedback.
All reactions