View source: R/apply_rowwise.R
apply_rowwise | R Documentation |
Apply a function rowwise (usually per observation)
apply_rowwise(data, vars, func, na.rm = TRUE)
data |
a dataframe |
vars |
a selection of variables from the dataframe to apply a function over |
func |
the function to apply |
na.rm |
TRUE or FALSE, default = TRUE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.