Skip to contents

Renders the digest returned by summary.scmSearchResult as a compact console block aligned with print.scmSearchResult. Truncates the ranking table to the top n scenarios so a single summary(x) return value can be printed at any granularity without recomputing.

Usage

# S3 method for class 'summary.scmSearchResult'
print(x, n = 10, ...)

Arguments

x

An object of class summary.scmSearchResult.

n

Maximum number of ranked scenarios to display. Defaults to 10, matching print.scmSearchResult. Use Inf to print every scenario in the digest.

...

Unused.

Value

x, invisibly.