wpa/man/us_to_space.Rd

45 строки
1.0 KiB
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/us_to_space.R
\name{us_to_space}
\alias{us_to_space}
\title{Replace underscore with space}
\usage{
us_to_space(x)
}
\arguments{
\item{x}{String to replace all occurrences of \verb{_} with a single space}
}
\value{
Character vector containing the modified string.
}
\description{
Convenience function to convert underscores to space
}
\examples{
us_to_space("Meeting_hours_with_manager_1_on_1")
}
\seealso{
Other Support:
\code{\link{camel_clean}()},
\code{\link{check_inputs}()},
\code{\link{combine_signals}()},
\code{\link{cut_hour}()},
\code{\link{extract_date_range}()},
\code{\link{extract_hr}()},
\code{\link{heat_colours}()},
\code{\link{is_date_format}()},
\code{\link{maxmin}()},
\code{\link{p_test}()},
\code{\link{pairwise_count}()},
\code{\link{plot_WOE}()},
\code{\link{read_preamble}()},
\code{\link{rgb2hex}()},
\code{\link{totals_bind}()},
\code{\link{totals_col}()},
\code{\link{totals_reorder}()},
\code{\link{tstamp}()},
\code{\link{wrap}()}
}
\concept{Support}