file: Find the full file names of files in modules
Description
Find the full file names of files in modules
Usage
box::file(\dots, module = current_module())
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 …
.