names_df: 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")
Value
a df with the names of the meta df
Arguments
- df
the df to get the names from
- regname
the regex expression to match