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')

easyr documentation built on March 31, 2023, 6:22 p.m.

Related to strx in easyr...