R/names_df.R
names_df.Rd
to get a vector of names of a df, matching a regex
names_df(df, regname = "name\\d")
the df to get the names from
the regex expression to match
a df with the names of the meta df