name.rmd.chunks: Set default names for the chunks of problem set rmd files

Description Usage Arguments

Description

Set default names for the chunks of problem set rmd files

Usage

1
2
name.rmd.chunks(rmd.file = NULL, txt = readLines(rmd.file),
  only.empty.chunks = FALSE, keep.options = TRUE, valid.file.name = FALSE)

Arguments

rmd.file

file name

txt

alternative the code as txt file

only.empy.chunks

if FALSE (default) name all chunks. Otherwise only empty chunks are overwritten

keep.option

if TRUE (default) don't change chunk options; otherwise clear all chunk options (dangerous)


skranz/armd documentation built on Sept. 4, 2020, 12:22 p.m.