get_whos_out: Get a list of Who's Out

View source: R/timeoff.R

get_whos_outR Documentation

Get a list of Who's Out

Description

Get a list of Who's Out

Usage

get_whos_out(start = "", end = "", api_version = "v1")

Arguments

start

(optional) - a date in the form YYYY-MM-DD - defaults to the current date.

end

(optional) - a date in the form YYYY-MM-DD - defaults to 14 days from the start date.

api_version

(optional) - Version of API to use to make request. Default is "v1".

Value

A tibble::tibble() object.

References

https://documentation.bamboohr.com/reference/get-a-list-of-whos-out-1

Examples

## Not run: 
res <- get_whos_out()

res2 <- get_whos_out(start = "2022-01-12")

res3 <- get_whos_out(start = "2022-01-01", end = "2022-04-01")

## End(Not run)

bambooHR documentation built on Oct. 25, 2023, 5:07 p.m.