Description Usage Arguments Examples
nasPolling function import information such as address, name and so on about polling place.
1 2 | nasPolling(key, election_id = NULL, localeName = enc2utf8("서울"),
is_pre = FALSE)
|
key |
character value. API key issued from <www.data.go.kr>. no default. |
election_id |
character value. the election id which means election date. |
localeName |
character value. Korean Si/Do name. |
is_pre |
boolean value. If you want to get data of early voting place, set TRUE. |
1 2 3 4 5 | key <- 'your key issued from data.go.kr'
# example.
data <- nasPolling(key, election_id = '20190403',
localeName = enc2utf8('서울'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.