Skip to content

trinker/rmarkdown_variable_doc_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rmarkdown: Alter Action Depending on Document

This repo is designed to accompany this blog post that explains how to accomplish this wish:

"I wish I could do X for document type A and Y for document type B"

This repo contains:

  • 2 Rmd documents
    • simple.Rmd: A simple MWE
    • extended.Rmd: An extended Example
  • preambleish.sty to accompany extended.Rmd
  • render.R to render .html, .pdf, and .docs documents from the .Rmd files

You can fork this repo, install locally, and then run:

rmarkdown::render("simple.Rmd", "all")

rmarkdown::render("extended.Rmd", "all")

...to render the documents.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors