Man pages for crowding/vadr
Macros, metaprogramming, and pleasant programming idioms.

ammocEvaluate all arguments in order, but return the first.
arg_envGet environment or expression from a named argument.
arg_listFetch promises associated with named arguments.
as.dotsConvert a list of expressions into a '...' object (a list of...
augmentModify a variable.
bindUnpack a list and assign to multiple variables.
chainChain the output of one expression into the input of another.
currPartially and fully apply arguments to functions.
dotsCapture a list of ... arguments as an object.
dots2envConvert an a ... object into an environment, without forcing...
dots_environmentsExtract or manipulate environments contained in dots lists.
dots_expressionsExtract unevaluated expressions.
dots_namesExtract or change the argument names of '...' arguments.
dots_unpackShow information about a ... object.
env2dotsConvert an environment into a ... object, without forcing...
expand_macrosExpand any macros in the quoted expression.
find_macrosList all macros.
funA compact way to define a function.
index.data.frameindex.data.frame
interpolateEvaluate expressions within strings.
is.missingDetect missing arguments in link... arguments
macroTurn an expression-substituting function into a...
make_unique_namesModify some character strings unique with respect with an...
missing_valueReturn an empty symbol.
modifyingModify part of a value.
mplyAlternative to 'mapply' with a cleaner calling convention.
qqQuasiquotation. Perform template substitutions on a quoted R...
qqplyRepeatedly expand an expression against sequences of values.
quote_argsQuote all arguments, like 'alist'. But when bare words are...
quoting.envGiven a list of names, build an environment such that...
run_as_commandrun_as_command Interpret command line arguments and invokes...
shortcutting-orEvaluate the first argument; if null, evaluate and return the...
vadrMake R the language you wish R was like.
with_argInject named arguments into several calls and evaluate those...
crowding/vadr documentation built on May 14, 2019, 11:33 a.m.