paste.whiskers: Subtitutes whiskers and pastes string parts together

Description Usage

View source: R/whisker.r

Description

Unlike replace whiskers, returns a string vector if whiskers evaluate as vectors Cannot deal with nested whiskers

Usage

1
2
3
4
paste.whiskers(str, values = parent.frame(), eval = TRUE,
  signif.digits = NULL, error.val = "`Error`", empty.val = NULL,
  whisker.start = "{{", whisker.end = "}}", sep = "", collapse = NULL,
  return.list = FALSE)

skranz/rmdtools documentation built on Oct. 20, 2020, 3:15 p.m.