Learn R Programming

reproducible (version 1.2.8)

.preDigestByClass: Any miscellaneous things to do before .robustDigest and after FUN call

Description

The default method for preDigestByClass and simply returns NULL. There may be methods in other packages.

Usage

.preDigestByClass(object)

# S4 method for ANY .preDigestByClass(object)

Value

A list with elements that will likely be used in .postProcessing

Arguments

object

Any R object.

Author

Eliot McIntire

Examples

Run this code
a <- 1
.preDigestByClass(a) # returns NULL in the simple case here.

Run the code above in your browser using DataLab