Skip to contents

Wrapper to get_meta function that returns time off types

Usage

get_timeoff_types()

Value

A vector of type ids

Examples

if (FALSE) {
types <- get_timeoff_types()
type_ids <- types %>% tidyr::drop_na(id) %>%  dplyr::pull(id)
}