grepl.data.frame: Grepl applied on a data.frame

grepl.data.frameR Documentation

Grepl applied on a data.frame

Description

Grepl applied on a data.frame

Usage

grepl.data.frame(pattern, x, ...)

Arguments

pattern

search pattern

x

your data.frame

...

addtitional arguments for gerpl()

Value

a logical matrix

Examples

matrix(letters[1:6], 2, 3) |> as.data.frame() -> a
grepl.data.frame("c", a)
grepl.data.frame("\\w", a)

pcutils documentation built on June 26, 2024, 1:06 a.m.