Description Usage Arguments Examples
View source: R/seoulBusCount.R
seoulBusCount function import the number of passenger by bus stops for a day.
1 | seoulBusCount(key, day = gsub("-", "", Sys.Date() - 4), verbose = F)
|
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 |
verbose |
logical value. if TRUE, provide process bar. Default value set as false. |
1 2 3 4 | key <- 'your key issued from data.seoul.go.kr'
# example.
data <- seoulBusCount(key, day = gsub('-', '', Sys.Date()-4), verbose = T)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.