Description Usage Arguments Examples
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.
1 | construct_out(in_paths)
|
in_paths |
A character vector that denotes paths to *-in.R files. |
1 2 3 4 | stylermd:::construct_out(c(
"path/to/file/first-in.R",
"path/to/file/first-extended-in.R"
))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.