Skip to contents

Converts the list returned by [get_owners] into a tidy data frame.

Usage

tidy_owners(list)

Arguments

list

A list of user objects

Value

tibble

Examples

if (FALSE) { # \dontrun{
get_owners(org = "my-org") |> tidy_owners()
} # }