Skip to contents

Convenience function to convert underscores to space

Usage

us_to_space(x)

Arguments

x

String to replace all occurrences of _ with a single space

Value

Character vector containing the modified string.

Examples

us_to_space("Meeting_and_call_hours_with_manager_1_on_1")
#> [1] "Meeting and call hours with manager 1 on 1"