Description Usage Arguments Examples
View source: R/nasBillProposer.R
nasBillProposer function import proposed bill list searching by name of congressman.
1 | nasBillProposer(key, id = NULL, verbose = FALSE)
|
key |
character value. API key issued from <www.data.go.kr>. no default. |
verbose |
logical value. If TRUE, show process bar. Default is set as FALSE. |
name |
character value. the name of congressman. |
1 2 3 4 | key <- 'your key issued from data.go.kr'
# example.
data <- nasBillProposer(key, id = 'PRC_L1E6Z0K1F2V8U1N7M3V5N1Y6V6G5U3')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.