View source: R/print_df_names.R
print_df_names | R Documentation |
Print data frame column names
print_df_names(df, regex_pattern, comma)
df |
name of data frame to print column names |
regex_pattern |
optional argument to use a regular expression to filter column names |
comma |
optional argument to seperate column names with a comma |
print_df_names('iris')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.