seoulBike: data.seoul.go.kr, realtime bike information.

Description Usage Arguments Examples

View source: R/seoulBike.R

Description

seoulBike function import real-time bike of all stations in seoul data. You can get how many bikes are parked right now, and the location.

Usage

1
seoulBike(key)

Arguments

key

character value. API key issued from <www.data.go.kr>. no default.

Examples

1
2
3
4
 key <- 'your key issued from data.seoul.go.kr'

 # example.
 data <- seoulBike(key)

lawine90/datagokR documentation built on Sept. 24, 2020, 9:42 p.m.