Last chance! 50% off unlimited learning
Sale ends in
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)
A character vector that denotes paths to *-in.R files.
styler:::construct_out(c(
"path/to/file/first-in.R",
"path/to/file/first-extended-in.R"
))
Run the code above in your browser using DataLab