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

marcapkor

The goal of marcapkor is to get data from krx. Data is from here.

Installation

You can install the released version of marcapkor from github with:

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

Example

Main funcion is mck_get() with target year param. All data version function is mck_get_all().

library(marcapkor)
data2017 <- mck_get(2017)
mc_all <- mck_get_all()


mrchypark/marcapkor documentation built on May 27, 2019, 9:56 a.m.