rrender: Alias for jeksterslabRutils::util_render()

Description Usage Arguments See Also

View source: R/pkg_aliases.R

Description

Alias for jeksterslabRutils::util_render() with the following arguments:

Usage

1
2
3
4
5
6
7
rrender(
  dir = getwd(),
  recursive = TRUE,
  files = NULL,
  par = FALSE,
  ncores = NULL
)

Arguments

dir

Character string. Directory which contains target files. Ignored if file is NOT NULL.

recursive

Logical. If TRUE, recursively render all R scripts (.R, .r) and R Markdown files (.Rmd, .rmd) in dir. Ignored if file is NOT NULL.

files

Character vector. Vector of files to render.

par

Logical. If TRUE, use multiple cores.

ncores

Integer. Number of cores to use if par = TRUE. If unspecified, defaults to detectCores() - 1.

See Also

jeksterslabRutils::util_render()


jeksterslabds/jeksterslabRpkg documentation built on Jan. 22, 2021, 11:43 p.m.