@@ -11,7 +11,7 @@ experimental](https://img.shields.io/badge/lifecycle-stable-green)](https://life
11
11
status] ( https://www.r-pkg.org/badges/version/metro )] ( https://CRAN.R-project.org/package=metro )
12
12
![ Downloads] ( https://cranlogs.r-pkg.org/badges/grand-total/gluedown )
13
13
[ ![ Codecov test
14
- coverage] ( https://img.shields. io/codecov/c/github/ k5cents/metro/master .svg )] ( https://app.codecov.io/gh/k5cents/metro?branch=master' )
14
+ coverage] ( https://codecov. io/gh/ k5cents/metro/graph/badge .svg?token=bQ3eAdcpjd )] ( https://app.codecov.io/gh/k5cents/metro?branch=master' )
15
15
[ ![ R build
16
16
status] ( https://github.com/k5cents/metro/workflows/R-CMD-check/badge.svg )] ( https://github.com/k5cents/metro/actions )
17
17
<!-- badges: end -->
@@ -69,12 +69,12 @@ next_train(StationCodes = "A01")
69
69
# > # A tibble: 6 × 9
70
70
# > Car Destination DestinationCode DestinationName Group Line LocationCode LocationName Min
71
71
# > <int> <chr> <chr> <chr> <int> <chr> <chr> <chr> <int>
72
- # > 1 6 Glenmont B11 Glenmont 1 RD A01 Metro Center 0
73
- # > 2 8 Friendship <NA> Friendship 2 RD A01 Metro Center 3
74
- # > 3 6 Glenmont B11 Glenmont 1 RD A01 Metro Center 8
75
- # > 4 8 Friendship <NA> Friendship 2 RD A01 Metro Center 10
76
- # > 5 8 Glenmont B11 Glenmont 1 RD A01 Metro Center 15
77
- # > 6 8 Friendship <NA> Friendship 2 RD A01 Metro Center 18
72
+ # > 1 6 Shady Grove <NA> Shady Grove 2 RD A01 Metro Center 0
73
+ # > 2 8 Glenmont B11 Glenmont 1 RD A01 Metro Center 2
74
+ # > 3 8 Glenmont B11 Glenmont 1 RD A01 Metro Center 5
75
+ # > 4 6 Shady Grove <NA> Shady Grove 2 RD A01 Metro Center 8
76
+ # > 5 8 Glenmont B11 Glenmont 1 RD A01 Metro Center 11
77
+ # > 6 6 Shady Grove <NA> Shady Grove 2 RD A01 Metro Center 14
78
78
```
79
79
80
80
### Coordinates
@@ -104,15 +104,17 @@ the UTC time zone (+5 hours).
104
104
105
105
``` r
106
106
bus_position(RouteId = " 33" )[, 1 : 8 ]
107
- # > # A tibble: 6 × 8
107
+ # > # A tibble: 8 × 8
108
108
# > VehicleID Lat Lon Distance Deviation DateTime TripID RouteID
109
109
# > <chr> <dbl> <dbl> <dbl> <dbl> <dttm> <chr> <chr>
110
- # > 1 4566 38.9 -77.0 NA 4 2024-03-11 02:50:44 9684010 33
111
- # > 2 7122 38.9 -77.1 NA 6 2024-03-11 02:50:45 1031010 33
112
- # > 3 4794 38.9 -77.1 NA 8 2024-03-11 02:50:44 18769010 33
113
- # > 4 4589 38.9 -77.1 NA 0 2024-03-11 02:50:50 30442010 33
114
- # > 5 4786 39.0 -77.1 NA 8 2024-03-11 02:51:00 10847010 33
115
- # > 6 4781 38.9 -77.0 NA 2 2024-03-11 02:50:43 47206010 33
110
+ # > 1 7139 38.9 -77.0 NA 2 2024-03-11 15:24:28 45406020 33
111
+ # > 2 4595 38.9 -77.1 NA -2 2024-03-11 15:24:48 3269020 33
112
+ # > 3 7119 38.9 -77.0 NA -1 2024-03-11 15:24:30 9921020 33
113
+ # > 4 4783 38.9 -77.1 NA -4 2024-03-11 15:24:45 33498020 33
114
+ # > 5 4787 38.9 -77.1 NA 9 2024-03-11 15:24:48 6634020 33
115
+ # > 6 7108 38.9 -77.0 NA -2 2024-03-11 15:24:46 3492020 33
116
+ # > 7 4600 39.0 -77.1 NA 4 2024-03-11 15:24:28 33552020 33
117
+ # > 8 4588 38.9 -77.0 NA 1 2024-03-11 15:24:27 20757020 33
116
118
```
117
119
118
120
Time values are left in Eastern time and are represented using the class
0 commit comments