Description Usage Arguments Examples
View source: R/nasPetitionSearch.R
nasPetitionSearch function import proposed petition list searching by name of congressman who approving the petition.
1 | nasPetitionSearch(key, name = NULL)
|
key |
character value. API key issued from <www.data.go.kr>. no default. |
name |
character value. the name of congressman who approving it. |
1 2 3 4 | key <- 'your key issued from data.go.kr'
# example.
data <- nasPetitionSearch(key, name = enc2utf8('경대수'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.