count_prop: Create a relative frequency table and print

View source: R/count.R

count_propR Documentation

Create a relative frequency table and print

Description

Create a relative frequency table and print

Usage

count_prop(data, ..., return_count = FALSE)

Arguments

data

dataset

...

other arguments to pass to

return_count

logical. If FALSE, the count is printed, and the dataset is invisibly returned. If TRUE, the count itself is returned.


dmbwebb/trackr documentation built on Oct. 19, 2024, 2:34 a.m.