table_all_integers: Table all integers from 1 to n

View source: R/table_all_integers.R

table_all_integersR Documentation

Table all integers from 1 to n

Description

Table all integers from 1 to n

Usage

table_all_integers(x, n)

Arguments

x

A vector of integers.

n

The maximum integer value.

Value

A 1D array of class "table" representing the frequency of each integer from 1 to n.

Examples

table_all_integers(c(2, 3, 5, 3, 5, 3), 7)


SSBtools documentation built on April 3, 2025, 5:38 p.m.