Skip to contents

Wrapper to get_meta function that returns a list of time off policies.

Usage

get_timeoff_policies()

Value

A httr::response() object where the content is a JSON format that contains the list of time off policies.

Note

Currently do not have the permissions to test this so returning the raw response object

Examples

if (FALSE) {
res <- get_timeoff_policies()
httr::content(res, "parsed")
}