gtally: A function for fast grouping and tallying of variables

View source: R/gtally.R

gtallyR Documentation

A function for fast grouping and tallying of variables

Description

This function allows you a quick printout of all that's relevant to you

Usage

gtally(data, group)

Arguments

data

Input data. Intended use for this function is in a tidyverse pipe, so you shouldn't have to specify this argument, usually

group

which variable to group and tally by

Examples

pp(15) ## this will print 15 lines instead of the tidyverse standard of 10
pp()

benetheking/maRketingscience documentation built on May 17, 2022, 5:57 a.m.