Description Usage Arguments Details Value Examples
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | store(x, ...)
## S3 method for class 'StationBoard'
store(x, ..., file)
## S3 method for class 'busServices'
store(x, ..., wb)
## S3 method for class 'ferryServices'
store(x, ..., wb)
## S3 method for class 'trainServices'
store(x, ..., wb)
## S3 method for class 'CallingPoints'
store(x, ..., wb, serviceID)
## S3 method for class 'previousCallingPoints'
store(x, ..., wb, serviceID)
## S3 method for class 'subsequentCallingPoints'
store(x, ..., wb, serviceID)
|
x |
Data. |
... |
Optional parameters. |
file |
String with filename and path. |
wb |
Workbook object, created with
|
serviceID |
(string): The LDBWS service ID of the service to request
the details of. The service ID is obtained from a service listed in a
|
The goal of this generic is to facilitate storing data retrieved from arrival and departure boards. Each request has multiple parts that should be stored individually (e.g. Excel Workbook or individual CSV files).
Nothing, call for its side effect.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.