View source: R/0_data_handling.R
do_expr | R Documentation |
Evaluates data cell-wise
do_expr(data_, expr, FUN, modify, ignore, input, output)
data_ |
data list |
expr |
expression to be applied to each cell (must contain x as variable, e.g. x > 2) |
FUN |
function to be applied to each cell |
modify |
(optional) character vector of columns to modify |
ignore |
(optional) character vector of columns to ignore |
input |
if data_ is list: name of data to use |
output |
if data_ is list: name of output data to save in list under |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.