capitalize_names: capitalize all names for a dataframe

View source: R/capitalize_names.R

capitalize_namesR Documentation

capitalize all names for a dataframe

Description

capitalize all names for a dataframe

Usage

capitalize_names(df)

Arguments

df

data frame to capitalize names

Details

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

Examples

names(Theoph)
cTheoph <- capitalize_names(Theoph)
names(cTheoph)

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