apply_rowwise: Apply a function rowwise (usually per observation)

View source: R/apply_rowwise.R

apply_rowwiseR Documentation

Apply a function rowwise (usually per observation)

Description

Apply a function rowwise (usually per observation)

Usage

apply_rowwise(data, vars, func, na.rm = TRUE)

Arguments

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


cathblatter/cblttr documentation built on May 22, 2024, 3:21 p.m.