auto_render: Re-render a document as it changes

Description Usage Arguments

View source: R/convenience.r

Description

Re-render a document as it changes

Usage

1
auto_render(input, ..., renderer = NULL)

Arguments

input

Filename of rmarkdown file

...

Arguments passed on to rmarkdown::render()

renderer

A function to call to render the file. Defaults to rmarkdown::render() for .md or .rmd files and tinytex::lualatex() for .tex file. Provide a function for any other function.

Use Ctrl + break (windows), Esc (mac gui) or Ctrl + C (command line) to stop the watcher.


karldw/kdw.junk documentation built on Sept. 8, 2021, 9:30 p.m.