get_timeoff_types {bambooHR}R Documentation

Get Time Off Types

Description

Wrapper to get_meta function that returns time off types

Usage

get_timeoff_types()

Value

A vector of type ids

References

https://documentation.bamboohr.com/reference/get-time-off-types

Examples

## Not run: 
types <- get_timeoff_types()
type_ids <- types %>% tidyr::drop_na(id) %>%  dplyr::pull(id)

## End(Not run)

[Package bambooHR version 0.1.1 Index]