construct_out: Construct *-out.R from a *-in.R

Description Usage Arguments Examples

Description

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.

Usage

1
construct_out(in_paths)

Arguments

in_paths

A character vector that denotes paths to *-in.R files.

Examples

1
2
3
4
stylermd:::construct_out(c(
  "path/to/file/first-in.R",
  "path/to/file/first-extended-in.R"
))

lorenzwalthert/stylermd documentation built on May 5, 2019, 1:36 a.m.