eng_gretl {gretlR} | R Documentation |
Add gretl
as knit-engine to knitr package
Description
This package runs on top of knitr to facilitate communication with gretl
. Run gretl
scripts from R, R Markdown and Quarto document.
Usage
eng_gretl(options)
Arguments
options |
Chunk options, as provided by |
Details
The gretl
engine can be activated via
knitr::knit_engines$set(gretl = gretlR::eng_gretl)
This will be set within an R Markdown document's setup chunk.
Value
Set of gretl
(open-source software for Econometrics) codes
Author(s)
Sagiru Mati, ORCID: 0000-0003-1413-3974
References
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
See Also
Other important functions:
exec_gretl()
,
exec_inp()
,
gretlR
,
import_kable()
,
include_graph()
,
include_tex()
,
write_inp()
Examples
knitr::knit_engines$set(gretl = gretlR::eng_gretl)
library(gretlR)