| print_names | R Documentation | 
Prints the names of a data frame in a column so they're easy to copy.
print_names(df)
df | 
 A data frame.  | 
df <- data.frame(
  one = c(1, 2),
  two = c(3, 4),
  three = c(5, 6)
)
print_names(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.