transit_table {ssrn} | R Documentation |
Create transit table
Description
Create transit table
Usage
transit_table(stations, ..., reverse = FALSE)
Arguments
stations |
data.frame which set of stopping points recorded in order of stopping. |
... |
Arguments passed on to
|
reverse |
Option to swap the order of the stopping points. |
Examples
# The next stop is stored in the variable of column next_.
jreast_jt %>%
transit_table()
# Switch between inbound and outbound lines.
jreast_jt %>%
transit_table(reverse = TRUE)
[Package ssrn version 0.1.0 Index]