length-methods: Length of object

Description Usage Arguments Examples

Description

Get the length of an object.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## S4 method for signature 'Balance'
length(x)

## S4 method for signature 'Notification'
length(x)

## S4 method for signature 'Trustline'
length(x)

## S4 method for signature 'Amount'
length(x)

## S4 method for signature 'Payment'
length(x)

Arguments

x

an R object. For replacement, a vector or factor.

Examples

1
2
x <- Amount(1, "USD")
length(x)

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