R/vars.r

#' The native order of investigator roles within the system.
#'
#' @details
#' Investigator roles follow a hierarchy from PI through consultant and mentor. This variable consists
#' of all known roles in order so that investigators can be arranged using this hierarchy.
#'
#' @export
role_order<-c("Contact PI","PI","Co-PI","MPI","PD/PI","Site PI","Core Co-PI",
              "co-I","Co-Leader","Bioinformatician","Biostatistician","Collaborator","CHE",
              "PostDoctotal","PhD Student","Community Leader", "consultant","Consultant",
              "Mentor", "Sponsor") #ESI and Former ESI are now roles.
steveneschrich/pgreportr documentation built on Jan. 13, 2025, 7:09 p.m.