powered by
Replaces multiple underscores into a single underscore in a vector or string.
clean_multiple_underscores(x)
cleaned vector or string.
The vector or string to be cleaned.
Other vector calculations: academic_year(), interval_round(), month_name(), sum_0_1(), transform_01_to_ft()
academic_year()
interval_round()
month_name()
sum_0_1()
transform_01_to_ft()
clean_multiple_underscores("hello___world")
Run the code above in your browser using DataLab