R/count_number_provider.R

Defines functions count_number_provider

Documented in count_number_provider

#' count_number_provider
#'
#' @param doctor_str
#'
#' @return
#' @export
#'
#' @examples
count_number_provider <- function(doctor_str){
  doctor_str %>% stri_split_regex(",") %>% unlist() %>% length()
}
# count_doctors("CHRISTOPH WOERLEIN, JASON AHEE, JAYSON DAVID")
# count_number_provider("CHRISTOPH WOERLEIN")
utah-osa/hcctools2 documentation built on March 22, 2021, 3:51 p.m.