import_from: Import script files for the R programming language from a...

Description Usage Arguments Details Value Examples

View source: R/import_from.R

Description

Per default import_from will only import files with a capitalized extension, that is an .R extension, and not files with a lowercase .r exension.

Usage

1
import_from(src, strict = TRUE)

Arguments

src

The the folder containg .R files that you want to import. This can either be the name of a folder, or the relative path to a given folder. If no folder or path is provided, the current wd is imported.

strict

Evaluate .R extensions in strict mode, that is, source only script files with a capital .R extension. Defaults to TRUE.

Details

This is in accordance with general guidelines in the community, as well as advised by authorities within the community, e.g.: Wickham, H. (2015). Advanced R . Boca Raton, FL: CRC Press.

Value

Returns object(s) assigned in .R files located in the folder imported by import_from

Examples

1

fkoh111/fkoh111 documentation built on July 21, 2020, 7:40 p.m.