strx: Structure with Like

strxR Documentation

Structure with Like

Description

Runs str function but only for names matching a character value (regex). Author: Scott Sobel. Tech Review: Bryce Chamberlain.

Usage

strx(df, char, ignore.case = T)

Arguments

df

Object with names you'd like to search.

char

Regex (character value) to match.

ignore.case

(Optional) Ignore case when matching.

Examples

strx(iris,'length')

oliver-wyman-actuarial/easyr documentation built on Jan. 27, 2024, 4:37 a.m.