path.functions {this.path} | R Documentation |
Constructs Path Functions Similar to 'this.path()'
Description
path.functions()
accepts a pathname and constructs a set of
path-related functions, similar to this.path()
and associated.
Usage
path.functions(file, local = FALSE, n = 0,
envir = parent.frame(n + 1),
matchThisEnv = getOption("topLevelEnvironment"),
srcfile = if (n) sys.parent(n) else 0)
Arguments
file |
a character string giving the pathname of the file or URL. |
local , n , envir , matchThisEnv , srcfile |
See |
Value
An environment with at least the following bindings:
this.path |
Function with formals |
this.dir |
Function with no formals which returns the directory of the
|
here |
Function with formals |
this.proj |
Function with formals |
rel2here , rel2proj |
Functions with formals |
LINENO |
Function with no formals which returns the line number of the executing
expression in |