Learn R Programming

x12 (version 0.0-5)

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="notepad", \dots)

Arguments

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

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