sort_users_by_role | R Documentation |
Users are grouped by user_role to check the server role repartition. Using start_date and end_date allows to filter data given a specific time range.
sort_users_by_role(users, start_date = NULL, end_date = NULL)
users |
Get from get_users. |
start_date |
Date filter. |
end_date |
Date filter. |
A tibble with user grouped by role.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.