View source: R/standardise_pq.R
| standardise_pq | R Documentation |
This function standardises the variable names to a Standard Person Query, where the standard use case is to pass a Ways of Working Assessment Query to the function.
standardise_pq(data)
standardize_pq(data)
data |
A Ways of Working Assessment query to pass through as a data frame. |
The following standardisation steps are taken:
Collaboration_hrs -> Collaboration_hours
Instant_message_hours -> Instant_Message_hours
data frame containing the formatted query passed to the function.
Other Data Validation:
check_query(),
extract_hr(),
flag_ch_ratio(),
flag_em_ratio(),
flag_extreme(),
flag_outlooktime(),
hr_trend(),
hrvar_count(),
hrvar_count_all(),
hrvar_trend(),
identify_churn(),
identify_holidayweeks(),
identify_inactiveweeks(),
identify_nkw(),
identify_outlier(),
identify_privacythreshold(),
identify_query(),
identify_shifts(),
identify_shifts_wp(),
identify_tenure(),
remove_outliers(),
subject_validate(),
subject_validate_report(),
track_HR_change(),
validation_report()
Other Import and Export:
copy_df(),
create_dt(),
export(),
import_to_fst(),
import_wpa()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.