Description Usage Arguments Examples
View source: R/nasCongressman2.R
nasCongressman2 function import detailed data about congressman. You need to know department code and unique code that can be acheived from nasCongressman1. department code is "code_dept" and unique code is "code_numb" from nasCongressman1 function.
1 | nasCongressman2(key, code_dept, code_numb)
|
key |
character value. API key issued from <www.data.go.kr>. no default. |
code_dept |
character value. It is "code_dept" column which can be acheived from nasCongressman1. |
code_numb |
character value. It is "code_numb" column which can be acheived from nasCongressman1. |
1 2 3 4 | key <- 'your key issued from data.go.kr'
# example.
data <- nasCongressman2(key, code_dept = '9770931', code_numb = '2952')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.