pct: Computes percentages by group

View source: R/pct.R

pctR Documentation

Computes percentages by group

Description

Computes percentages by group

Usage

pct(df, ..., .drop = FALSE)

Arguments

df

A data frame.

...

Some variables.

Value

data frame

Examples

pct(mtcars, cyl)

andrew-griffen/griffen documentation built on Feb. 11, 2025, 4:23 a.m.