any_by_row | R Documentation |
any_by_row
: For each row, are any of the columns true (see any()
)
fn_by_row
: Apply function across each entire row (function takes whole row as argument)
reduce_by_row
: Apply Reduce()
across each row of matrix or dataframe
any_by_row(data) fn_by_row(data, fn) reduce_by_row(data, fn)
data |
input data |
fn |
function to apply |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.