print {trainR}R Documentation

Print Values

Description

Print Values

Usage

print(x, ...)

## S3 method for class 'StationBoard'
print(x, ..., station = NA)

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

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

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

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

Arguments

x

an object used to select a method.

...

further arguments passed to or from other methods.

station

String to indicate if the destination or origin station should be displayed.

Value

Input data invisibly.


[Package trainR version 0.0.1 Index]