@@ -15,11 +15,10 @@ The goal of `trainR` is to provide a simple interface to the National
15
15
Rail Enquiries (NRE) systems. There are few data feeds available, the
16
16
simplest of them is Darwin, which provides real-time arrival and
17
17
departure predictions, platform numbers, delay estimates, schedule
18
- changes and cancellations. There are other data feeds that provide
19
- historical data, Historic Service Performance (HSP), and much more.
20
- ` trainR ` simplifies the data retrieval, so the users can focus on their
21
- analyses. For more details visit
22
- < https://www.nationalrail.co.uk/46391.aspx > .
18
+ changes and cancellations. Other data feeds provide historical data,
19
+ Historic Service Performance (HSP), and much more. ` trainR ` simplifies
20
+ the data retrieval, so that the users can focus on their analyses. For
21
+ more details visit < https://www.nationalrail.co.uk/46391.aspx > .
23
22
24
23
## Installation
25
24
@@ -72,23 +71,24 @@ library(trainR)
72
71
73
72
### Arrivals board at Reading Station (RDG)
74
73
75
- Generated on 2021-01-16 19:44:48 .
74
+ Generated on 2021-01-16 19:59:12 .
76
75
77
76
``` r
78
77
rdg_arr <- trainR :: GetArrBoardWithDetailsRequest(" RDG" )
79
78
print(rdg_arr )
80
- # > Reading (RDG) Station Board on 2021-01-16 19:44:48
79
+ # > Reading (RDG) Station Board on 2021-01-16 19:59:13
81
80
# > Time From Plat Expected
82
- # > 19:39 Manchester Piccadilly 13 19:44
83
- # > 19:41 London Waterloo 4 19:43
84
- # > 19:44 London Paddington 12 On time
85
- # > 19:45 London Paddington 7B On time
86
- # > 19:46 London Paddington 9 On time
87
- # > 19:50 Swansea 11 19:52
88
- # > 19:51 Gatwick Airport 5 On time
89
- # > 19:58 Great Malvern 10A On time
81
+ # > 19:58 Great Malvern 10A 19:55
90
82
# > 19:59 Basingstoke 2 On time
83
+ # > 20:01 Didcot Parkway 15 On time
91
84
# > 20:08 London Paddington 8 On time
85
+ # > 20:11 London Waterloo 6 On time
86
+ # > 20:13 London Paddington 14 On time
87
+ # > 20:16 London Paddington 9 On time
88
+ # > 20:21 Bedwyn 11 On time
89
+ # > 20:27 Basingstoke 2 On time
90
+ # > Time From Plat Expected
91
+ # > 20:13 Swindon (Wilts) BUS On time
92
92
```
93
93
94
94
<!-- Inspect the `rdg_arr` object: -->
@@ -97,24 +97,24 @@ print(rdg_arr)
97
97
98
98
### Departures board at Reading Station (RDG)
99
99
100
- Generated on 2021-01-16 19:44:48 .
100
+ Generated on 2021-01-16 19:59:13 .
101
101
102
102
``` r
103
103
rdg_dep <- trainR :: GetDepBoardWithDetailsRequest(" RDG" )
104
104
print(rdg_dep )
105
- # > Reading (RDG) Station Board on 2021-01-16 19:44:48
105
+ # > Reading (RDG) Station Board on 2021-01-16 19:59:13
106
106
# > Time To Plat Expected
107
- # > 19:42 London Waterloo 5 On time
108
- # > 19:47 Bedwyn 7B On time
109
- # > 19:49 Oxford 9 On time
110
- # > 19:52 Basingstoke 2 On time
111
- # > 19:52 Ealing Broadway 14 On time
112
- # > 19:53 Didcot Parkway 12 On time
113
- # > 19:55 London Paddington 11 On time
114
107
# > 20:00 London Paddington 10A On time
115
108
# > 20:01 Redhill 6 On time
109
+ # > 20:10 Swansea 8 On time
110
+ # > 20:12 London Waterloo 4 On time
111
+ # > 20:14 Newbury 1 On time
112
+ # > 20:15 Ealing Broadway 15 On time
113
+ # > 20:15 Manchester Piccadilly 13 On time
114
+ # > 20:19 Great Malvern 9 On time
115
+ # > 20:22 Ealing Broadway 14 On time
116
116
# > Time To Plat Expected
117
- # > 19:55 Swindon (Wilts) BUS On time
117
+ # > 20:20 Swindon (Wilts) BUS On time
118
118
```
119
119
120
120
<!-- #### Previous calling points -->
0 commit comments