eng_Eviews: EviewsR: A Seamless Integration of R and EViews

eng_eviewsR Documentation

EviewsR: A Seamless Integration of R and EViews

Description

This package runs on top of knitr to facilitate communication with EViews. Run EViews scripts from R Markdown document.

Usage

eng_eviews(options)

Arguments

options

Chunk options, as provided by knitr during chunk execution. Chunk option for this is eviews

Details

The EViews engine can be activated via

knitr::knit_engines$set(eviews = EviewsR::eng_eviews)

This will be set within an R Markdown document's setup chunk.

Value

Set of EViews codes

Author(s)

Sagiru Mati, ORCID: 0000-0003-1413-3974, https://smati.com.ng

  • Yusuf Maitama Sule (Northwest) University Kano, Nigeria

  • SMATI Academy

References

Mati, Sagiru. 2020a. “DynareR: Bringing the Power of Dynare to R, R Markdown, and Quarto.” CRAN. https://CRAN.R-project.org/package=DynareR.

Mati, Sagiru. 2020b. EviewsR: A Seamless Integration of EViews and R. https://CRAN.R-project.org/package=EviewsR.

Mati, Sagiru. 2020c. gretlR: A Seamless Integration of Gretl and R. https://CRAN.R-project.org/package=gretlR.

Mati, Sagiru. 2023b. URooTab: Tabular Reporting of EViews Unit Root Tests. https://CRAN.R-project.org/package=URooTab.

Mati, Sagiru, Irfan Civcir, and S. I. Abba. 2023. “EviewsR: An r Package for Dynamic and Reproducible Research Using EViews, r, r Markdown and Quarto.” The R Journal 15 (2): 169–205. https://doi.org/10.32614/rj-2023-045.

Bob Rudis (2015).Running Go language chunks in R Markdown (Rmd) files. Available at: https://gist.github.com/hrbrmstr/9accf90e63d852337cb7

Yihui Xie (2019). knitr: A General-Purpose Package for Dynamic Report Generation in R. R package version 1.24.

Yihui Xie (2015) Dynamic Documents with R and knitr. 2nd edition. Chapman and Hall/CRC. ISBN 978-1498716963

Yihui Xie (2014) knitr: A Comprehensive Tool for Reproducible Research in R. In Victoria Stodden, Friedrich Leisch and Roger D. Peng, editors, Implementing Reproducible Computational Research. Chapman and Hall/CRC. ISBN 978-1466561595 #insertAllCited

See Also

Other important functions: EviewsR-package, create_object(), eviews_graph(), eviews_import(), eviews_pagesave(), eviews_wfcreate(), eviews_wfsave(), exec_commands(), export(), export_dataframe(), import(), import_equation(), import_graph(), import_kable(), import_series(), import_table(), import_workfile(), rwalk(), set_eviews_path()

Examples

knitr::knit_engines$set(eviews = EviewsR::eng_eviews)
library(EviewsR)

sagirumati/EviewsR documentation built on April 27, 2024, 7:06 a.m.