extract-methods: Extract/replace parts of object

Description Usage Arguments

Description

Extract or replace parts of an object.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
## S4 method for signature 'Balance'
x[i]

## S4 method for signature 'Trustline'
x[i]

## S4 method for signature 'Amount'
x[i]

## S4 method for signature 'Payment'
x[i]

## S4 replacement method for signature 'Balance,ANY,missing,Balance'
x[i] <- value

## S4 replacement method for signature 'Trustline,ANY,missing,Trustline'
x[i] <- value

Arguments

x

object from which to extract element(s) or in which to replace element(s).

i

indices specifying elements to extract or replace.

value

typically an array-like R object of a similar class as x.


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