squish_df: Trim excess space from strings

View source: R/squish_df.R

squish_dfR Documentation

Trim excess space from strings

Description

Trim excess space from strings.

Usage

squish_df(x)

Arguments

x

A data-frame.

Value

A tibble.

Examples

ToothGrowth$supp <- as.character(x = ToothGrowth$supp)
zhaoy::squish_df(x = ToothGrowth)

zhaoy/zhaoy documentation built on Feb. 1, 2024, 7:50 p.m.