capitalize_names: capitalize all names for a dataframe

Description Usage Arguments Details Examples

View source: R/capitalize_names.R

Description

capitalize all names for a dataframe

Usage

1

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

1
2
3
4
5
6
7
8
9
names(Theoph)
cTheoph <- capitalize_names(Theoph)
names(cTheoph)
## Not run: 
df <- capitalize_names(df)
# make sure all names are capitalized as a file is read
df <- capitalize_names(read.csv(...))

## End(Not run)

PKPDmisc documentation built on April 14, 2020, 5:49 p.m.