hanwoo_price: hanwoo_price

View source: R/hanwoo_price.R

hanwoo_priceR Documentation

hanwoo_price

Description

This function scrap the real-time (within 5 days) price information of Hanwoo from data.go.kr. Please get your API key and request for applicate at data.go.kr.

Usage

hanwoo_price(date = "", type = "df", key_encoding)

Arguments

date

date you get the inform. e.g. 20190510

Format

auctDate

Auction date

abattCode

Market code

judgeBreedCd

Breed code

judgeSexCd

Sex code

abattNm

Market name

judgeBreedNm

Breed name

judgeSexNm

Sex name

auct_0aAmt

1++A price

auct_0bAmt

1++B price

auct_0cAmt

1++C price

auct_1aAmt

1+A price

auct_1bAmt

1+B price

auct_1cAmt

1+C price

auct_2aAmt

1A price

auct_2bAmt

1B price

auct_2cAmt

1C price

auct_3aAmt

2A price

auct_3bAmt

2B price

auct_3cAmt

2C price

auct_4aAmt

3A price

auct_4bAmt

3B price

auct_4cAmt

3C price

auct_5dAmt

D price

totalAuctAmt

Mean price

totalAuctCnt

Mean animal

Examples

hanwoo_price(date = "", type = "list")
hanwoo_price(date = "20190510", type = "df")

adatalab/hanwoo documentation built on Aug. 6, 2024, 1:15 p.m.