powered by
Substitute dots in column names with underscores.
use_underscore(data)
data frame
data frame with updated column names
# NOT RUN { names(airquality) use_underscore(airquality) %>% names() # }
Run the code above in your browser using DataLab