print.iNZightTS: Print an iNZightTS object

Description Usage Arguments Details Value See Also Examples

View source: R/print.iNZightTS.R

Description

Print method for iNZightTS (time series) objects.

Usage

1
2
## S3 method for class 'iNZightTS'
print(x, full = FALSE, ...)

Arguments

x

the iNZightTS object to be printed

full

whether to print all the underlying data

...

Unused arguments. Only here for consistency with the base S3 method.

Details

The full argument controls whether to print all the data from which the iNZightTS object has been created. The default is set to FALSE and only the head() of the data will be printed.

Value

No return value, called for side effect.

See Also

print, iNZightTS

Examples

1

iNZightTS documentation built on Feb. 1, 2022, 1:08 a.m.