knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

krbudget2019

lifecycle

The goal of krbudget2019 is to provide 2019 korean budget data as data package.

Installation

You can install the developing version of krbudget2019 from Github with:

# install.packages("remotes")
remotes::install_github("mrchypark/krbudget2019")

Example

use data

library(krbudget2019)
data(krbg)
krbg


mrchypark/krbudget2019 documentation built on Nov. 17, 2019, 11:09 a.m.