Skip to contents

Miscellaneous S4 methods defined for converting a Basic or VecBasic object to R number/string/language object.

Usage

# S4 method for class 'Basic'
as.character(x)

# S4 method for class 'Basic'
as.numeric(x)

# S4 method for class 'Basic'
as.integer(x)

# S4 method for class 'VecBasic'
as.character(x)

# S4 method for class 'VecBasic'
as.numeric(x)

# S4 method for class 'VecBasic'
as.integer(x)

as.language(x)

# S4 method for class 'Basic'
as.language(x)

Arguments

x

The object to be converted.

Value

Same as default methods of these generics. as.language() may return symbol, integer, double or call.