names_df {licoread}R 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


[Package licoread version 0.2.0 Index]