get.examples: Extract all example functions from a set of files

Description Usage Arguments Examples

Description

Extract all example functions from a set of files

Usage

1
2
  get.examples(package.path = NULL, files = NULL,
    path = NULL)

Arguments

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

Examples

1
2
3
4
5
6
## Not run: 
  path = "C:/libraries/ExampleDoc/ExampleDoc/R"
  get.examples(path=path)
  

## End(Not run)

skranz/ExampleDoc documentation built on May 30, 2019, 1:08 a.m.