2020-10-27 00:21:24 +03:00
|
|
|
% Generated by roxygen2: do not edit by hand
|
|
|
|
% Please edit documentation in R/standardise_pq.R
|
|
|
|
\name{standardise_pq}
|
|
|
|
\alias{standardise_pq}
|
2020-11-17 03:01:30 +03:00
|
|
|
\alias{standardize_pq}
|
2020-10-27 00:21:24 +03:00
|
|
|
\title{Standardise variable names to a Standard Person Query}
|
|
|
|
\usage{
|
|
|
|
standardise_pq(data)
|
2020-11-17 03:01:30 +03:00
|
|
|
|
|
|
|
standardize_pq(data)
|
2020-10-27 00:21:24 +03:00
|
|
|
}
|
|
|
|
\arguments{
|
2021-03-05 17:05:00 +03:00
|
|
|
\item{data}{A Ways of Working Assessment query to pass through as a data
|
|
|
|
frame.}
|
2020-10-27 00:21:24 +03:00
|
|
|
}
|
2021-03-31 16:05:23 +03:00
|
|
|
\value{
|
|
|
|
data frame containing the formatted query passed to the function.
|
|
|
|
}
|
2020-10-27 00:21:24 +03:00
|
|
|
\description{
|
|
|
|
This function standardises the variable names to a Standard Person
|
2020-12-11 16:16:22 +03:00
|
|
|
Query, where the standard use case is to pass a Ways of Working Assessment
|
2020-10-27 00:21:24 +03:00
|
|
|
Query to the function.
|
|
|
|
}
|
|
|
|
\details{
|
|
|
|
The following standardisation steps are taken:
|
|
|
|
\itemize{
|
|
|
|
\item \code{Collaboration_hrs} -> \code{Collaboration_hours}
|
|
|
|
\item \code{Instant_message_hours} -> \code{Instant_Message_hours}
|
|
|
|
}
|
|
|
|
}
|
2021-03-05 17:05:00 +03:00
|
|
|
\seealso{
|
|
|
|
Other Data Validation:
|
|
|
|
\code{\link{check_query}()},
|
|
|
|
\code{\link{extract_hr}()},
|
|
|
|
\code{\link{flag_ch_ratio}()},
|
|
|
|
\code{\link{flag_em_ratio}()},
|
|
|
|
\code{\link{flag_extreme}()},
|
|
|
|
\code{\link{flag_outlooktime}()},
|
|
|
|
\code{\link{hr_trend}()},
|
|
|
|
\code{\link{hrvar_count}()},
|
2024-06-05 20:35:27 +03:00
|
|
|
\code{\link{hrvar_count_all}()},
|
2021-05-05 12:08:10 +03:00
|
|
|
\code{\link{hrvar_trend}()},
|
2021-03-05 17:05:00 +03:00
|
|
|
\code{\link{identify_churn}()},
|
|
|
|
\code{\link{identify_holidayweeks}()},
|
|
|
|
\code{\link{identify_inactiveweeks}()},
|
|
|
|
\code{\link{identify_nkw}()},
|
|
|
|
\code{\link{identify_outlier}()},
|
|
|
|
\code{\link{identify_privacythreshold}()},
|
|
|
|
\code{\link{identify_query}()},
|
|
|
|
\code{\link{identify_shifts}()},
|
2024-06-05 20:35:27 +03:00
|
|
|
\code{\link{identify_shifts_wp}()},
|
2021-03-05 17:05:00 +03:00
|
|
|
\code{\link{identify_tenure}()},
|
|
|
|
\code{\link{remove_outliers}()},
|
|
|
|
\code{\link{subject_validate}()},
|
2024-06-05 20:35:27 +03:00
|
|
|
\code{\link{subject_validate_report}()},
|
2021-03-05 17:05:00 +03:00
|
|
|
\code{\link{track_HR_change}()},
|
|
|
|
\code{\link{validation_report}()}
|
|
|
|
|
|
|
|
Other Import and Export:
|
|
|
|
\code{\link{copy_df}()},
|
|
|
|
\code{\link{create_dt}()},
|
|
|
|
\code{\link{export}()},
|
|
|
|
\code{\link{import_to_fst}()},
|
|
|
|
\code{\link{import_wpa}()}
|
|
|
|
}
|
|
|
|
\concept{Data Validation}
|
|
|
|
\concept{Import and Export}
|