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 April 24, 2024, 6:06 p.m.