get_whos_out {bambooHR}R 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)

[Package bambooHR version 0.1.1 Index]