RTtokenize: Change RT chunks into tokens

View source: R/RTtokenize.R

RTtokenizeR Documentation

Change RT chunks into tokens

Description

The function takes input file and changes all RT blocks into tokens. This can be reversed using inverse=TRUE

Usage

RTtokenize(
  infile = "stdin",
  token = "__RT_*_RT__",
  inverse = FALSE,
  tokenfile = "tmp.rds",
  outfile = stdout(),
  delete_tokenfile = TRUE
)

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