add_roxygen | R Documentation |
This function adds Roxygen2 documentation to an R function.
add_roxygen(file)
file |
A character string indicating the path to the file containing the R function. |
If the path provided is a character string, this function returns the documented function as a character string. If the input is a file path, this function returns the path of the file to which documentation was added to the file.
Ulrich Matter umatter@protonmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.