get_timeoff_types | R Documentation |
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
## Not run:
types <- get_timeoff_types()
type_ids <- types %>% tidyr::drop_na(id) %>% dplyr::pull(id)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.