R/rb_list_employees.R

Defines functions rb_list_employees

Documented in rb_list_employees

#' List of employees
#'
#' List of all employees
#' @export
rb_list_employees <- function() {
  parsed <- send_api_request("settings/list-of-employees")
  tb <- to_tibble(parsed$listOfEmployees)
  return(tb)
}
DenUsenko/rbinotel documentation built on Oct. 17, 2020, 8:54 p.m.