#' 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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.