powered by
Wrapper to get_meta function that returns time off types
get_timeoff_types()
A vector of type ids
https://documentation.bamboohr.com/reference/get-time-off-types
if (FALSE) { types <- get_timeoff_types() type_ids <- types %>% tidyr::drop_na(id) %>% dplyr::pull(id) }
Run the code above in your browser using DataLab