rowCount: Create variables based on row-wise functions for crunch...

View source: R/rowwise.R

rowCountR Documentation

Create variables based on row-wise functions for crunch Multiple Response Variables

Description

Quickly generate new variables that are based on row-wise summaries of Multiple Response Variables.

Usage

rowCount(x, name, ...)

Arguments

x

A crunch variable or expression

name

a character to use as the name of the case variable to create

...

description, alias, and other metadata passed to VarDef()

Value

A Variable Definition

See Also

expressions for the more flexible expressions that power these functions and rowDistinct() for other row-wise functions


crunch documentation built on Aug. 31, 2023, 1:07 a.m.