Learn R Programming

histry (version 0.2.4)

combineHistry: Combine History data from two sources/records

Description

Combines the underlying history data from two representations.

Usage

combineHistry(x, y, before = FALSE)

# S4 method for HistoryData combineHistry(x, y, before = FALSE)

# S4 method for VirtHistoryTracker combineHistry(x, y, before = FALSE)

Arguments

x

An object representing captured history

y

An object representing captured history

before

logical. Should the data from y be placed before the data from x in the combined history. Defaults to FALSE

Value

The same class of object as x. I.e., if x is a HistoryTracker object, a HistoryTracker (of the same subclass) is returned. If X is a HistoryData object, that class of object is returned.