count2: Compute the frequency of counts, giving a group variable

View source: R/count2.r

count2R Documentation

Compute the frequency of counts, giving a group variable

Description

It counts the frequency of the counts, gibing a initial frequency count of the number of occurrences of each group size.

Usage

count2(df, grp_var)

Arguments

df

A single data.frame

grp_var

A variable from a data.frame

Value

A data.frame

Examples


count2(mtcars,cyl)


vbfelix/relper documentation built on May 10, 2024, 10:50 p.m.