knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
Handling Korea's Corporate Filings from DART
This package utilizes Korea's Repository of Corporate Filings (DART). It's goal is to assist users to browse through the repository via R. Users are able to retrieve corporate filings as data. Upon retrieval, users can select the corporate of interest, the time span, types of report, etc.
You can install the released version of KFinReport from CRAN with:
install.packages("KFinReport")
And the development version from GitHub with:
# install.packages("devtools") devtools::install_github("mrobo2016/KFinReport")
This is a basic example which shows you how to solve a common problem:
library(KFinReport) ss <- report_earning1("22e453fa898ad0aafafec060ebc22dd916f2b3ff", "삼성전자", "2019" ,"y", "c" ) ss
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.