Skip to main content

builtin_table

Function builtin_table 

Source
fn builtin_table(
    args: &[RValue],
    _named: &[(String, RValue)],
) -> Result<RValue, RError>
Expand description

table(...) — contingency table (one-way for now).

For a single vector, counts occurrences of each unique value. Returns a named integer vector with class “table”.