as.ri: Coerce to ri

View source: R/generics.R

as.ri.riR Documentation

Coerce to ri

Description

Coerce to ri

Usage

## S3 method for class 'ri'
as.ri(x, ...)

## Default S3 method:
as.ri(x, ...)

as.ri(x, ...)

Arguments

x

object to coerce

...

further arguments

Value

an ri() object

Methods (by class)

  • as.ri(ri): method to coerce ri() to ri()

  • as.ri(default): default method to coerce to ri()

Author(s)

Jens Oehlschlägel

See Also

CoercionToStandard, as.booltype(), as.bit(), as.bitwhich() , as.which(), as.ri(), ff::as.hi(), ff::as.ff()

Examples

as.ri(c(FALSE, TRUE, FALSE, TRUE))

bit documentation built on April 4, 2025, 3:09 a.m.