Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


packager (version 1.15.2)

grep_log: Grep Lines From a File

Description

Grep Lines From a File

Usage

grep_log(file, pattern, strip = TRUE)

Value

A character vector giving the lines.

Arguments

file

The path to the file or a character vector holding the lines.

pattern

The pattern to grep for.

strip

Substitute the pattern with the empty string before returning the lines grepped?