RTconvert: Interpret a RT source in vector of strings and generates R...

View source: R/RTconvert.R

RTconvertR Documentation

Interpret a RT source in vector of strings and generates R code

Description

Interpret a RT source in vector of strings and generates R code

Usage

RTconvert(
  lines,
  add = c(),
  mark.lines = FALSE,
  filename = "",
  included = FALSE,
  includedirs = NULL
)

Examples

RTconvert(c(
 "Hello",
 "<?R cat('World') ?>"
))

llaniewski/rtemplate documentation built on Feb. 4, 2024, 12:29 p.m.