Learn R Programming

factor256 (version 0.1.0)

count_by256: Aggregating helpers

Description

Aggregating helpers

Usage

count_by256(DT, by = NULL, count_col = "N")

Value

For:

count_by256

A tally of by.

Arguments

DT

A data.table.

by

(string) A column of DT, the count of which is desired.

count_col

(string) The name of the column in the result containing the counts.