Skip to contents

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.

Examples

if (FALSE) {
res <- get_whos_out()

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

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