autoMarkdown: Automated generation of R Markdown documents from R Scripts

Description Usage Arguments

Description

Quickly and easily generate R Markdown documents from an R script. Combine any number of R scripts into a single R Markdown document.

Usage

1
2
autoMarkdown(filename, rmdfile = NULL, quiet = TRUE, render = FALSE,
  overwrite = FALSE, divider = "#'#")

Arguments

filename

Either a single, or vector of, R script filenames in the order which you wish them to be written to R Markdown

rmdfile

The name of the rmdfile to write to, with the .Rmd extension

quiet

The default is quiet = TRUE which creates 'quiet' chunks. These code chunk will display the results of the code only

render

Automatically render the resulting R Markdown document

overwrite

If overwrite = TRUE the provided .Rmd file will be completely overwritten

divider

A unique character used to identify where the user wishes to split their script into separate code chunks and comment sections


elastacloud/automatic-data-explorer documentation built on May 8, 2019, 9:29 a.m.