Skip to content

phenaff/Rnw2Rmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 22, 2019
2de0887 · Jan 22, 2019

History

4 Commits
Jan 22, 2019
Jan 22, 2019
Jan 22, 2019
Jan 22, 2019
Jan 22, 2019
Jan 22, 2019
Jan 22, 2019
Jan 22, 2019
Jan 22, 2019

Repository files navigation

RnwToRmd

The function RnwToRmd converts a knitr file to a R markdown file. The conversion involves three steps:

  1. insert the knitr R code into LaTex "verbatim"environments, so that the Rnw file is now pure LaTex code
  2. use pandoc to convert the intermediate LaTeX file to a markdown file
  3. convert the knitr code chunks to R markdown

Install the package using

devtools::install_github('phenaff/RnwToRmd')

About

Conversion from R knitr to R markdown format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages