Multiple *-in.R files can have the same *-out.R file since to create the *-out.R file, everything after the first dash is replaced by *-out.R.
construct_out(in_paths)
in_paths | A character vector that denotes paths to *-in.R files. |
---|
#> [1] "path/to/file/first-out.R" "path/to/file/first-out.R"