Description Usage Arguments Examples
View source: R/npsPensionInOut.R
npsPensionInOut function import data about the number of corporation's national pension's number.
1 | npsPensionInOut(key = NULL, id = NULL, month = NULL)
|
key |
character value. API key issued from <www.data.go.kr>. no default. |
id |
corporation's unique id which can find from npsCorp function. |
month |
6-digit month like 201911. |
1 2 3 4 | key <- 'your key issued from data.go.kr'
# example.
data <- npsPensionInOut(key, id = '22626108', month = '201911')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.