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