diff --git a/R/track_hr_change.R b/R/track_hr_change.R index 4ada7223..5e9bc31c 100644 --- a/R/track_hr_change.R +++ b/R/track_hr_change.R @@ -8,12 +8,13 @@ #' #' @description #' Creates a list of everyone at a specified start date and a specified end date -#' then aggregates up people who have moved between orgs between this to points -#' of time and visualizes the move through a sankey chart. +#' then aggregates up people who have moved between organizations between this +#' to points of time and visualizes the move through a sankey chart. +#' #' Through this chart you can see: #' - The HR attribute/orgs that have the highest move out #' - The HR attribute/orgs that have the highest move in -#' - The number of people that do not have that HR attribute ot they are no +#' - The number of people that do not have that HR attribute or if they are no #' longer in the system #' #' @author Tannaz Sattari Tabrizi diff --git a/man/track_HR_change.Rd b/man/track_HR_change.Rd index 4fcdf0bf..455703fc 100644 --- a/man/track_HR_change.Rd +++ b/man/track_HR_change.Rd @@ -41,13 +41,14 @@ When 'table' is passed, a summary table is returned as a data frame. } \description{ Creates a list of everyone at a specified start date and a specified end date -then aggregates up people who have moved between orgs between this to points -of time and visualizes the move through a sankey chart. +then aggregates up people who have moved between organizations between this +to points of time and visualizes the move through a sankey chart. + Through this chart you can see: \itemize{ \item The HR attribute/orgs that have the highest move out \item The HR attribute/orgs that have the highest move in -\item The number of people that do not have that HR attribute ot they are no +\item The number of people that do not have that HR attribute or if they are no longer in the system } }