sourceDir: Sources R files in a Directory.

Description Usage Arguments Author(s) See Also

View source: R/sourceDir.R

Description

Reads R codes from a directory with its path. This is a directory version of source function from base.

Usage

1
sourceDir(path, encoding= "UTF-8", exclude= c(), ...)

Arguments

path

character with the directory's path from we want to read R files.

encoding

character vector. The encoding(s) to be assumed.

exclude

character vector. Files we don't want to be readed as "filename.R".

...

All other parameters that are used in source function.

Author(s)

Daniel Fischer

See Also

Source function's dodumentation for more details, using help(source).


danielfm123/dftools documentation built on July 17, 2021, 1 p.m.