print.boe_tbl: Print method for boe_tbl

View source: R/boe_tbl.R

print.boe_tblR Documentation

Print method for boe_tbl

Description

Adds a one-line provenance header above the data frame body. The header summarises the request: number of series (and codes if few), observation count, date range, frequency, and any vintage tag.

Usage

## S3 method for class 'boe_tbl'
print(x, ...)

Arguments

x

A boe_tbl.

...

Passed to the underlying print.data.frame method.

Value

x, invisibly.

Examples


op <- options(boe.cache_dir = tempdir())
x <- boe_bank_rate(from = "2020-01-01", frequency = "monthly")
print(x)
options(op)


boe documentation built on May 30, 2026, 5:06 p.m.