ShiftsWorked {deident} | R Documentation |
Synthetic data set listing daily shift pattern for fictitious employees
Description
A synthetic data set intended to demonstrate the design and application of a
deidentification pipeline. Employee names are entirely fictitious and constructed
from the
FiveThirtyEight Most Common Name Dataset
.
Usage
ShiftsWorked
Format
A data frame with 3,100 rows and 6 columns:
- Record ID
Table primary key (integer)
- Employee
Name of listed employee
- Date
The date being considered
- Shift
The shift-type done by
employee
ondate
. One of 'Day', 'Night' or 'Rest'.- Shift Start
Shift start time (missing if on 'Rest' shift)
- Shift End
Shift end time (missing if on 'Rest' shift)
- Daily Pay
Shift end time (missing if on 'Rest' shift)
[Package deident version 1.0.0 Index]