Learn R Programming

RtutoR (version 2018.06.08)

translate.var.names.in.code: Tool to translate automatically variable names in a .r or .rmd file useful to update

Description

Tool to translate automatically variable names in a .r or .rmd file useful to update

Usage

translate.var.names.in.code(txt = readLines(file), file = NULL,
  out.file = file, var.file, backup.file = paste0("backup__",
  sample.int(1e+08, 1), "__", file))

Arguments