glob_find_replace: Find and replace within files

View source: R/versions.R

glob_find_replaceR Documentation

Find and replace within files

Description

Find and replace for every file specified by glob.

Usage

glob_find_replace(glob, FIND, REPLACE)

Arguments

glob

character string: glob defining files.

FIND

character string: regex to find.

REPLACE

character string: regex to use for replacement.

Value

nothing.

Author(s)

Toby Dylan Hocking

Examples


## see vignette("data.table", package="atime")


atime documentation built on April 3, 2023, 5:30 p.m.