Description Usage Arguments Value
View source: R/GenerateDocumentation.R
This function has been stolen from the docsting package. It checks the function for roxygen type comments (any no order necessary)
1 | has_docstring(fun, fun_name = as.character(substitute(fun)))
|
fun |
a function to document ( will error if no r oxygen comments in it) |
fun_name |
defaults to a string of the function name, otherwise defines the name the documentaion file will be named |
The function returns the text from r oxygen comments
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.