CleanColnames {imputeREE} | R Documentation |
Clean variable names that have prefixes or suffixes
Description
This is a helper function
Usage
CleanColnames(dat, prefix = NULL, suffix = NULL)
Arguments
dat |
a data frame |
prefix |
A character of length 1 |
suffix |
A character of length 1 |
Value
A data frame
[Package imputeREE version 0.0.5 Index]