render_all_rmd: Render all rmd files in the modals folder that have been...

Description Usage Arguments Value Examples

Description

Render all rmd files in the modals folder that have been changed

Usage

1
render_all_rmd(nms = "cinms", interactive_only = F, render_all = F)

Arguments

nms

The NMS sanctuary with only "cinms" currently doing anything.

interactive_only

A Boolean variable indicating whether only rmd files containing interactive figures should be rendered. NOTE: If this is set to "TRUE", the rmd files containing interactive figures with MARINe data will be omitted. These latter figures can only be rendered in a local environment as they require connection to a shared Google Drive that is accessed via Google Drive File Stream.

render_all

A Boolean variable indicating whether all rmd files should be rendered, whether or not there have been changes to them.

Value

The function outputs a html file for every rmd file in the modals folder.

Examples

1
2
3
4
## Not run: 
render_all_rmd(interactive_only = T)

## End(Not run)

marinebon/infographiqR documentation built on Dec. 21, 2021, 2:44 p.m.