Description Usage Arguments Details Value See Also Examples
Create a function documentation template
1 |
fun |
function or name of function |
to.clipboard |
logical; should results be copied to the clipboard? |
The function arguments are returned as with params
.
In addition other commonly used Roxygen2 tags are included.
Either to the console, or clipboard, a function documentation template, as
appropriate for Roxygen2 use, is returned. Tags included are @param
(with argument names), @details
, @return
, @seealso
,
@examples
and @export
.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.