Learn R Programming

framecleaner (version 0.2.1)

clean_frame: Clean Data Frame

Description

Uses the functions of framecleaner and other operations to apply cleaning operations to a data frame

Usage

clean_frame(.data)

Value

data frame

Arguments

.data

a data frame

Details

Functions applied in clean_frame

Examples

Run this code

iris %>%
clean_frame()

Run the code above in your browser using DataLab