Description Usage Arguments Value Examples
funs4rox - This function generates basic roxygen framework for
functions that can be set to print to your package's R directory.
meths4rox - This function generates basic roxygen framework for
methods functions that can be set to print to your package's R directory.
| 1 2 3 | funs4rox(..., rdir = NULL, funs = NULL, environment = .GlobalEnv)
meths4rox(..., rdir = NULL, funs = NULL, environment = .GlobalEnv)
 | 
| rdir | The location of the R directory to create the .R files.  If
 | 
| funs | Alternate character string (in lieu of ...). | 
| environment | The environment to evaluate the function in. | 
| ... | Functions (expressions) to create .R files for. | 
Returns a basic .R files for a function with roxygen2 documentation.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.