clean_frame: Clean Data Frame

View source: R/clean_frame.R

clean_frameR 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

  • remove_empty

  • rename_with .fn = enc2utf8

  • clean_names case = "all_caps", ascii = FALSE)

  • set_int

  • set_date

  • make_na

  • as_tibble

Value

data frame

Examples


iris %>%
clean_frame()

Harrison4192/dataCleaner documentation built on March 20, 2024, 3:12 p.m.