int: Safely coerce to integer(s)

intR Documentation

Safely coerce to integer(s)

Description

Safely coerce to integer(s)

Usage

int(...)

Arguments

x

character or factor

Value

integer

Examples

int(1, 3:5)
int(as.factor(c(foo = 2, bar = 99)))
int(ALA = 1, CC = 2)
int(1:5)


BAAQMD/qtytools documentation built on June 30, 2022, 6:07 p.m.