clean_frame {framecleaner} | R Documentation |
Clean Data Frame
Description
Uses the functions of framecleaner and other operations to apply cleaning operations to a data frame
Usage
clean_frame(.data)
Arguments
.data |
a data frame |
Details
Functions applied in clean_frame
rename_with
.fn = enc2utf8
clean_names
case = "all_caps", ascii = FALSE)
Value
data frame
Examples
iris %>%
clean_frame()
[Package framecleaner version 0.2.1 Index]