renderRmd: Renders and Rmarkdown file

Description Usage Arguments Details Value Examples

View source: R/Render.R

Description

Renders and Rmarkdown file

Usage

1
renderRmd(Rmd.file, description = "Rmarkdown", ...)

Arguments

Rmd.file

Filename of .Rmd file within the R Markdown directory (source_info$markdown.dir)

description

of rendered file

...

extra arguments for rmarkdown::render

Details

Not for direct use. Uses rmarkdown library to access objects in the R script. Will track dependencies for objects used within Rmd file.

Value

Rendered output file information

Examples

1
2
3
4
5
## Not run: 
source_info <- create_source_file_dir("adaprHome","read_data.R")
renderRmd("read_data.Rmd")

## End(Not run) 

gelfondjal/adapr documentation built on Feb. 2, 2020, 1:32 a.m.