pack_integers: Packed representation of integers (R notation).

pack_integersR Documentation

Packed representation of integers (R notation).

Description

Packed representation of integers (R notation).

Usage

pack_integers(x)

Arguments

x

vector of integers (integer-ish is OK)

Value

string

Examples

x <- c(1, 3, 4:7, 9)
pack_integers(x)

BAAQMD/packtools documentation built on June 29, 2022, 4:08 p.m.