replaceInFiles: Find and replace text in all files in a directory

Description Usage Arguments Value

View source: R/replaceInFiles.R

Description

Find and replace text in all files in a directory

Usage

1
replaceInFiles(directory, oldtext, newtext, verbose = TRUE)

Arguments

directory

Location of files to be changed

oldtext

Current text

newtext

New text

verbose

Indicates whether updated files should be printed. Defaults to TRUE.

Value

Nothing


kgoldfeld/ksgMisc documentation built on Nov. 12, 2021, 10:59 a.m.