Description Usage Arguments Examples
This function converts your data frame column names or character vector elements first letter to uppercase. It can be used in a pipe.
| 1 | 
| x | A data frame or vector | 
| 1 2 3 4 | recipes::credit_data %>%
  first_to_upper()
first_to_upper(c("first", "second"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.