Learn R Programming

MRIaggr (version 1.1.5)

selectHistory: Extract the call of the methods applied on the object

Description

Extract the history of a MRIaggr object.

Usage

"selectHistory"(object)

Arguments

object
an object of class MRIaggr. REQUIRED.

Value

A list of each calc or const method that was applied to the object. For each method, it contains the call, the date of call and potential extra elements.

Examples

Run this code
## load a MRIaggr object
data("MRIaggr.Pat1_red", package = "MRIaggr")

## selection
selectHistory(MRIaggr.Pat1_red)

Run the code above in your browser using DataLab