Description Usage Arguments Examples
nasCandidate function import profile of election candidates.
1 2 | nasCandidate(key, election_id = NULL, election_type = NULL,
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. |
election_type |
numeric value. the election type. |
is_pre |
boolean value. if TRUE, import pre-candidates data. |
1 2 3 4 | key <- 'your key issued from data.go.kr'
# example.
data <- nasCandidate(key, election_id = '20180613', election_type = 4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.