Description Usage Arguments Examples
View source: R/seoulTubeCount.R
seoulTubeCount function import the number of passenger by subway stations for a day.
1 | seoulTubeCount(key, day = gsub("-", "", Sys.Date() - 4))
|
key |
character value. API key issued from <www.data.go.kr>. no default. |
day |
character value. day value of YYYYMMDD type. Default is set -5 days |
1 2 3 4 | key <- 'your key issued from data.seoul.go.kr'
# example.
data <- seoulTubeCount(key, day = gsub('-', '', Sys.Date()-4))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.