make_fix_funs | R Documentation |
make_fix_funs()
accepts a pathname and constructs a set of
path-related functions, similar to this.path()
and associated.
make_fix_funs(file, delayed = FALSE, local = FALSE, n = 0,
envir = parent.frame(n + 1),
matchThisEnv = getOption("topLevelEnvironment"),
srcfile = if (n) sys.parent(n) else 0)
## alias for 'make_fix_funs'
path.functions(file, delayed = FALSE, local = FALSE, n = 0,
envir = parent.frame(n + 1),
matchThisEnv = getOption("topLevelEnvironment"),
srcfile = if (n) sys.parent(n) else 0)
file |
a character string giving the pathname of the file or URL. |
delayed |
|
local , n , envir , matchThisEnv , srcfile |
See |
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 \codelink2base:normalizePathnormalized file path. |
here , ici |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.