Learn R Programming

evalR (version 0.0.1)

valid_functions_ref: arguments to use with @inheritParams

Description

arguments to use with @inheritParams

Arguments

valid_functions

tokens of any length that are prefixed on a parenthesis block and specify a function to run on the provided parameters within the block. For example, the `log` token will evaluate the logarithm value of the first parameter. Note named parameters are not support. NULL value will be replaced with c("log", "c", "any", "all", "abs", "ifelse").