2020-12-11 13:36:42 +03:00
|
|
|
% Generated by roxygen2: do not edit by hand
|
2020-12-11 16:17:42 +03:00
|
|
|
% Please edit documentation in R/us_to_space.R
|
2020-12-11 13:36:42 +03:00
|
|
|
\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}
|
|
|
|
}
|
2021-03-31 16:05:23 +03:00
|
|
|
\value{
|
|
|
|
Character vector containing the modified string.
|
|
|
|
}
|
2020-12-11 13:36:42 +03:00
|
|
|
\description{
|
|
|
|
Convenience function to convert underscores to space
|
|
|
|
}
|
|
|
|
\examples{
|
|
|
|
us_to_space("Meeting_hours_with_manager_1_on_1")
|
|
|
|
|
|
|
|
}
|
2021-03-05 17:05:00 +03:00
|
|
|
\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}
|