print.aemo_tbl: Print an aemo_tbl

View source: R/aemo_tbl.R

print.aemo_tblR Documentation

Print an aemo_tbl

Description

Print an aemo_tbl

Usage

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

Arguments

x

An aemo_tbl.

...

Passed to the next print method.

Value

Invisibly returns x.

Examples

x <- data.frame(settlementdate = Sys.time(), region = "NSW1", rrp = 80)
x <- structure(x, aemo_title = "Demo", aemo_source = "http://nemweb.com.au",
               aemo_licence = "AEMO Copyright Permissions Notice",
               aemo_retrieved = Sys.time(),
               class = c("aemo_tbl", "data.frame"))
print(x)

aemo documentation built on April 29, 2026, 1:07 a.m.