R/apply_row.R
apply_row.Rdapply_row() is a wrapper around apply() and select(),
applying a function rowwise, and selecting variables with dplyr::select() syntax.
This makes code slightly less verbose for rowwise operations.
apply_row(x, select_helpers = everything(), FUN, ...)