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