Skip to contents

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