episJoint: Korea Agency of Education, Promotion and Informaion Service...

Description Usage Arguments Details Examples

View source: R/episJoint.R

Description

episJoint function import food, agriculture, forestry and fisheries price in joint market. This function need API key issued from 'data.mafra.go.kr', not 'data.go.kr'.

Usage

1
episJoint(key, date, verbose = F)

Arguments

key

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

date

character value. date which expressed like YYYYMMDD. no default.

verbose

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

Details

The date arguments should be set as YYYYMMDD type like '20181203'. The API key issued from 'data.mafra.go.kr' is needed, not from 'data.go.kr'.

Examples

1
2
 key <- 'your key issued from data.mafra.go.kr'
 data <- episJoint(key, date = '20191203')

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