npsCorp: National Pension Service, Search company's information with...

Description Usage Arguments Details Examples

View source: R/npsCorp.R

Description

npsCorp function import data about corporation's information. See details

Usage

1
npsCorp(key, regist_numb = NULL, verbose = FALSE)

Arguments

key

character value. API key issued from <www.data.go.kr>. no default.

regist_numb

character value. first 6 number of company's corporate registration number.

verbose

logical value. If TRUE, show process bar. Default is set as FALSE.

Details

The information contains location, type, unique id and so on. The "id" in imported data is used at npsCorp function. Because the "regist_numb" argument is ambiguous(not a full corporate registration number), you should search target company from imported data by "name".

Examples

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

 # example.
 data <- npsCorp(key, regist_numb = 208812)

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