Learn R Programming

radiant.data (version 1.0.6)

as_integer: Convert variable to integer avoiding potential issues with factors

Description

Convert variable to integer avoiding potential issues with factors

Usage

as_integer(x)

Arguments

x

Input variable

Value

Integer

Examples

Run this code
# NOT RUN {
as_integer(rnorm(10))
as_integer(letters)
as_integer(as.factor(5:10))
as.integer(as.factor(5:10))
as_integer(c("a","b"))

# }

Run the code above in your browser using DataLab