-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from idem-lab/mrt_in_readme
Mrt in readme
- Loading branch information
Showing
14 changed files
with
836 additions
and
162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,5 @@ | |
^README\.Rmd$ | ||
^\.github$ | ||
^codecov\.yml$ | ||
^data-raw$ | ||
^further$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#' Singapore MRT and LRT data | ||
#' | ||
#' Locations of all MRT and LRT station exits in Singapore. | ||
#' | ||
#' @format ## `stations` A data frame with 563 rows and 2 columns: | ||
#' \describe{ | ||
#' \item{x}{longitude} | ||
#' \item{y}{latitude} | ||
#' } | ||
#' @source Land Transport Authority. (2019). LTA MRT Station Exit (GEOJSON) | ||
#' (2024) Dataset. data.gov.sg. Retrieved December 10, 2024 from | ||
#' <https://data.gov.sg/datasets/d_b39d3a0871985372d7e1637193335da5/view> | ||
"stations" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.