proj_source: Source files in project's R directory

View source: R/proj_source.R

proj_sourceR Documentation

Source files in project's R directory

Description

This will source all *.R files in the R subdirectory of the current project. Their contents are loaded into the global environment.

Usage

proj_source(files = NULL, ...)

Arguments

files

Vector or list of files to source; NULL means all *.R files (character)

...

Passed to source

Value

Nothing

See Also

proj_library for sourcing project files into a new, attached environment.


pteetor/tutils documentation built on April 25, 2024, 9:14 a.m.