oneDtable: Table from a 1-D vector

View source: R/oneDtable.R

oneDtableR Documentation

Table from a 1-D vector

Description

A slightly faster Table function for 1-D Vectors

Usage

oneDtable(x)

Arguments

x

Vector of values to be tabled

Details

A simplified, slightly faster alternative to table, for making 1-D tables from large vectors

Value

a table, with names for the unique values of x, with values being the number of times each value of x was present in x


robertdouglasmorrison/DuffyTools documentation built on April 16, 2024, 6:31 a.m.