npsPensionInOut: National Pension Service, Information about corporation's...

Description Usage Arguments Examples

View source: R/npsPensionInOut.R

Description

npsPensionInOut function import data about the number of corporation's national pension's number.

Usage

1
npsPensionInOut(key = NULL, id = NULL, month = NULL)

Arguments

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.

Examples

1
2
3
4
 key <- 'your key issued from data.go.kr'

 # example.
 data <- npsPensionInOut(key, id = '22626108', month = '201911')

lawine90/datagokR documentation built on Sept. 24, 2020, 9:42 p.m.