Learn R Programming

x12 (version 1.0-2)

print.x12: Print method for objects of class x12

Description

Print method for objects of class "x12".

Usage

## S3 method for class 'x12':
print(x,editor=getOption("editor"),...)

Arguments

x
an object of class "x12".
editor
a string defining the executable of the editor to use.
...
further arguments (for the function edit).

Details

Opens the output file of x12 in an external editor.

See Also

x12

Examples

Run this code
data(AirPassengersX12)
  #print(AirPassengersX12)

Run the code above in your browser using DataLab