getnames: Get names by string matching

View source: R/df_ops.R

getnamesR Documentation

Get names by string matching

Description

Get names by string matching

Usage

getnames(
  x,
  pattern = NULL,
  starts_with = NULL,
  ends_with = NULL,
  ignore.case = TRUE
)

getnumericnames(x)

getlogicalnames(x)

getcharacternames(x)

getdatenames(x)

Arguments

x

object with names() method

pattern

Character: pattern to match anywhere in names of x

starts_with

Character: pattern to match in the beginning of names of x

ends_with

Character: pattern to match at the end of names of x

ignore.case

Logical: If TRUE, well, ignore case. Default = TRUE

Author(s)

E.D. Gennatas


egenn/rtemis documentation built on May 4, 2024, 7:40 p.m.