aggregate_count: Aggregating by counts

Description Usage Arguments See Also

View source: R/util_aggregation.R

Description

Aggregating by counts

Usage

1
2
aggregate_count(df, split.by = NULL, ignore.missing.data = T,
  write.to.file = NULL)

Arguments

df

data frame to aggregate

split.by

aggregating in groups. Creates one row per unique value in the data column with the name speficied here

ignore.missing.data

if TRUE, NA and empty strings are not counted as a category

write.to.file

specify a CSV file name to write results to

See Also

function_name


mabafaba/reachR2 documentation built on May 3, 2019, 3:40 p.m.