knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of marcapkor is to get data from krx. Data is from here.
You can install the released version of marcapkor from github with:
# install.packages("remotes") remotes::install_github("mrchypark/marcapkor")
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.