join: Append another log to a log

Description Usage Arguments Value Examples

Description

join appends another log to the calling object and returns a new product_logs object with the combined logs.

Usage

1
2
## S4 method for signature 'product_logs,product_logs'
join(obj, another, ...)

Arguments

another

A product_logs object whose entries to be added to the main argument.

Value

A new product_logs object with the combined logs.

Examples

1
## Not run: join(log1, log2)

Samantha-Lui/EZRecords documentation built on May 5, 2019, 4:46 p.m.