lowercase_names: lowercase all names for a dataframe

View source: R/capitalize_names.R

lowercase_namesR Documentation

lowercase all names for a dataframe

Description

lowercase all names for a dataframe

Usage

lowercase_names(df)

Arguments

df

data frame to lowercase names

Details

is a simple wrapper function to reduce typing and more easily pass data as it is read from a file

Examples

## Not run: 
df <- lowercase_names(df)
# make sure all names are lowered as a file is read
df <- lowercase_names(read.csv(...))
# or via dplyr pipe syntax
df <- read.csv(...) %>% lowercase_names

## End(Not run)

metrumresearchgroup/PKPDmisc documentation built on Oct. 21, 2022, 9:41 a.m.