lc_df: Convert upper-case English characters to lower-case

View source: R/lc_df.R

lc_dfR Documentation

Convert upper-case English characters to lower-case

Description

Convert upper-case English characters to lower-case.

Usage

lc_df(x)

Arguments

x

A data-frame.

Value

A tibble.

Examples

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

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