as.character-methods: Coerce to character

Description Usage Arguments Examples

Description

Coerce an object to "character" class.

Usage

1
2
3
4
5
## S4 method for signature 'Balance'
as.character(x, ...)

## S4 method for signature 'Amount'
as.character(x, ...)

Arguments

x

object to be coerced or tested.

...

further arguments passed to or from other methods.

Examples

1
2
x <- Amount(1, "USD")
as.character(x)

hmalmedal/ripplerestr documentation built on May 17, 2019, 4:34 p.m.