extract {trainR} | R Documentation |
Extract data from XML request
Description
Extract data from XML request
Usage
extract(x, ...)
## S3 method for class 'GetServiceDetailsResult'
extract(x, ...)
## S3 method for class 'StationBoard'
extract(x, ...)
## S3 method for class 'busServices'
extract(x, ...)
## S3 method for class 'callingPoint'
extract(x, ...)
## S3 method for class 'callingPointList'
extract(x, ..., class = "previousCallingPoints")
## S3 method for class 'trainServices'
extract(x, ...)
## S3 method for class 'service'
extract(x, ...)
Arguments
x |
List with request results. |
... |
Optional parameters. |
class |
String with class of the output object. |
Value
Tibble with the appropriate format.
[Package trainR version 0.0.1 Index]