variables: Variables Conversions

Description Usage Arguments Functions See Also Examples

Description

type less - variable type conversions

Usage

1
2
3
4
5
6
7
8
9
ac(x)

an(x)

af(x)

ai(x)

al(x)

Arguments

x

variable

Functions

'ac()'

ac is a shorthand for the base function as.character

'an()'

an is a shorthand for the base function as.numeric

'af()'

af is a shorthand for the base function as.factor

'ai()'

ai is a shorthand for the base function as.integer

'al()'

al is a shorthand for the base function as.logical

See Also

as.character, as.numeric, as.factor, as.integer, as.logical in the base package

Examples

1
2
3
4
5
ac(1)
an("1")
af(1)
ai(1.00)
al(1)

ShaulAb/typeless documentation built on May 28, 2019, 3:15 p.m.