Learn R Programming

iNZightTS (version 1.5.7)

print.iNZightTS: Print an iNZightTS object

Description

Print method for iNZightTS (time series) objects.

Usage

# S3 method for 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.

Value

No return value, called for side effect.

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.

See Also

print, iNZightTS

Examples

Run this code
# NOT RUN {
iNZightTS(UKgas)

# }

Run the code above in your browser using DataLab