chem_lab_word: Creates an R Markdown Word document for the Reed College Chem...

View source: R/chem_lab.R

chem_lab_wordR Documentation

Creates an R Markdown Word document for the Reed College Chem 101/102 labs

Description

This is a function called in output in the YAML of the driver Rmd file to specify using a tweaked version of the default LaTeX pandoc template.

Usage

chem_lab_word(fig_height = 3, fig_width = 6)

Arguments

fig_height

A positive numeric giving the default height of images

fig_width

A positive numeric giving the default width of images

Value

A modified word_document based on slightly modified knitr LaTeX default file

Examples

## Not run: 
 output:
   chemistr::chem_lab_word

## End(Not run)

ismayc/chemistr documentation built on Feb. 4, 2023, 12:44 p.m.