NEWS.md

cleaner 1.5.4

cleaner 1.5.3

cleaner 1.5.2

cleaner 1.5.1

cleaner 1.5.0

library(dplyr) starwars %>% format_names(camelCase = TRUE) %>% # column names mutate(name = name %>% format_names(snake_case = TRUE)) # values in column ```

library(dplyr) starwars %>% na_replace(hair_color) # only replace NAs in this column

starwars %>% na_replace() # replace NAs in all columns ("" for hair_color and 0 for birth_year) ``` * Support for the upcoming R 4.1.0

cleaner 1.4.0

# new clean_Date("23-01-67") #> [1] "1967-01-23" #> Warning: Some years were decreased by 100 to not exceed today. #> Use clean_Date(..., max_date = Inf) to prevent this. clean_Date("23-01-67", max_date = Inf) #> [1] "2067-01-23" `` * Cleaned all code using thelintr` package

cleaner 1.3.1

cleaner 1.3.0

cleaner 1.2.0

clean 1.1.0

clean 1.0.0



Try the cleaner package in your browser

Any scripts or data that you put into this service are public.

cleaner documentation built on Oct. 29, 2022, 9:05 a.m.