Skip to content

Commit

Permalink
fixing chap 4 calendar table
Browse files Browse the repository at this point in the history
  • Loading branch information
dhersz committed Aug 7, 2023
1 parent 01e5eda commit 3296fc3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 4_dados_gtfs.en.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ File used to describe the different service calendars in a public transport syst
#| echo: false
#| label: tbl-calendar
#| tbl-cap: "`calendar.txt` example. Source: SPTrans"
#| output: "asis"
gtfs$calendar[
,
`:=`(
Expand All @@ -145,6 +146,8 @@ gtfs$calendar[
)
]
gtfs$calendar[, service_id := gsub("\\_", "\\\\_", service_id)]
knitr::kable(gtfs$calendar)
```

Expand Down

0 comments on commit 3296fc3

Please sign in to comment.