- "ggplot2: An R Package for to Create Elegant Data Visualisations Using the Grammar of Graphics"
- This R Journal article is created using rjtools.
create_article()
function is used to create the R Journal Template.
test_2.R
: Created a Custom Function to
1. ConvertRJwrapper.tex
to markdown usingrmarkdown::pandoc_convert()
.
2. Programmatically edit the.md
file to add a YAML header.
3. Save the updated file as an.Rmd
file in a new outputs directory.
4. Copy files required for rendering to the new outputs directory.
5. Compile the updated.Rmd
file to produce an HTML output.
- A Draft_Proposal for GSoC 2022 completely created using
rmarkdown
.