Learn R Programming

trainR (version 0.0.1)

print: Print Values

Description

Print Values

Usage

print(x, ...)

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

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

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

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

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