names_df: to get a vector of names of a df, matching a regex

View source: R/names_df.R

names_dfR Documentation

to get a vector of names of a df, matching a regex

Description

to get a vector of names of a df, matching a regex

Usage

names_df(df, regname = "name\\d")

Arguments

df

the df to get the names from

regname

the regex expression to match

Value

a df with the names of the meta df


licoread documentation built on Aug. 18, 2025, 5:17 p.m.