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

Value

data frame

Examples


iris %>%
clean_frame()

[Package framecleaner version 0.2.1 Index]