Learn R Programming

reproducible (version 1.1.1)

.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)

Arguments

object

Any R object.

Value

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

Examples

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

# }

Run the code above in your browser using DataLab