Learn R Programming

bracketeer (version 0.1.1)

teardown: Teardown tournament state

Description

For tournament runtimes, this un-materializes a stage and its downstream dependents so upstream results can be corrected and replayed.

Usage

teardown(x, stage = NULL, ...)

# S3 method for bracket teardown(x, stage = NULL, ...)

# S3 method for tournament teardown(x, stage = NULL, ...)

Value

Updated object.

Arguments

x

A bracket or tournament object.

stage

Stage identifier to teardown (tournament method).

...

Additional method-specific arguments.