Skip to contents

Update the LongTable class after changes in it struture or API

Usage

# S4 method for LongTable
updateObject(object, verify = FALSE, verbose = FALSE)

Arguments

object

A LongTable object to update the class structure for.

verify

A logical(1) indicating is validObject should be called after updating the object. Defaults to TRUE, only set FALSE for debugging.

verbose

TRUE or FALSE, indicating whether information about the update should be reported

Value

LongTable with update class structure.