Description Usage Arguments Examples
Extract all example functions from a set of files
1 2 | get.examples(package.path = NULL, files = NULL,
path = NULL)
|
files |
a list of R files |
path |
a path from which all R files are taken |
package |
take all R files from the source directory in the package |
1 2 3 4 5 6 | ## Not run:
path = "C:/libraries/ExampleDoc/ExampleDoc/R"
get.examples(path=path)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.