uoepsy_rmd_funcs: get a quick list of all functions used in Rmd. Will exclude...

Description Usage Arguments Examples

View source: R/uoepsy_rmd_funcs.R

Description

get a quick list of all functions used in Rmd. Will exclude echo=FALSE chunks on premise that students aren't presented with these, so we often put more complicated plotting stuff in there. Will also auto exclude include=FALSE.

Usage

1
uoepsy_rmd_funcs(filepath, excludechunks = NULL)

Arguments

filepath

rmd document for lab/lecture

excludechunks

knitr options to exclude

Examples

1
uoepsy_rmd_funcs("01-slr.Rmd", excludechunks=c("echo=FALSE","include=FALSE"))

josiahpjking/jkr documentation built on Sept. 7, 2020, 3:54 a.m.