labsheet_default: Create default labsheet document

Description Usage Arguments Details See Also Examples

View source: R/labsheet_default.R

Description

This function wraps rmarkdown::html_document to configure compilation to embed the default labsheet CSS and JavaScript files in the resulting HTML.

Usage

1

Arguments

...

Additional function arguments to pass to html_document.

Details

Call this function as the output_format argument for the render function when compiling HTML documents from RMarkdown source.

See Also

render, html_document

Examples

1
2
3
4
## Not run: 
rmarkdown::render("my_exercise.Rmd", labsheet::labsheet_default())

## End(Not run)

bioboot/labsheet documentation built on Nov. 4, 2019, 7:19 a.m.