Description Usage Arguments Details Value Examples
Convert roxygen2 tags directly to Rd
1 |
input, |
character, path to R file with roxygen2 tags |
output, |
character, path to output file to save Rd files |
env, |
environment, environment to run parse_file. Defaults to |
Takes, as input, an R script with roxygen2 tags and outputs the Rd file to an output folder
This function doesn't return anything
1 2 | input_path <- system.file("examples/script.R", package = "directRoxy")
roxy2Rd(input_path, tempdir())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.