use_underscore {owmr} | R Documentation |
Substitute dots in column names with underscores.
Description
Substitute dots in column names with underscores.
Usage
use_underscore(data)
Arguments
data |
data frame |
Value
data frame with updated column names
Examples
names(airquality)
use_underscore(airquality) %>% names()
[Package owmr version 0.8.2 Index]