include: Source all R script files under the given path, recursively.

Description Usage Arguments Value

View source: R/include.R

Description

Source all R script files under the given path, recursively.

Usage

1
include(path, ignore = NA)

Arguments

path

a string. The path of a directory in which all R script files will be sourced.

ignore

a regular expression string. Any matching file path will not be sourced.

Value

a vector of strings. The paths of the sourced files.


cartowong/oo documentation built on May 21, 2019, 2:21 p.m.