Learn R Programming

box (version 1.0.0)

file: Find the full file names of files in modules

Description

Find the full file names of files in modules

Usage

file(..., module = current_mod())

Arguments

...

character vectors of files or subdirectories inside a module; if none is given, return the root directory of the module

module

a module environment (default: current module)

Value

A character vector containing the absolute paths to the files specified in ....

See Also

system.file