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

Description Usage Arguments Examples

View source: R/npsPension.R

Description

npsPension function import data about corporation's national pension information.

Usage

1
npsPension(key = NULL, id = 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.

Examples

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

 # example.
 data <- npsPension(key, id = 22626108)

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