Skip to content

Commit

Permalink
Export list_sp_group_members
Browse files Browse the repository at this point in the history
  • Loading branch information
elipousson committed Feb 2, 2024
1 parent 299ac9b commit 3991e94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export(is_sp_folder_url)
export(is_sp_site_url)
export(is_sp_type_url)
export(is_sp_url)
export(list_sp_group_members)
export(list_sp_list_items)
export(list_sp_lists)
export(list_sp_plan_buckets)
Expand Down
1 change: 1 addition & 0 deletions R/sp_group.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ get_sp_group <- function(site_url = NULL,
#' data frame with a list column named `az_user` that contains the member
#' list and properties converted into columns.
#' @rdname get_sp_group
#' @export
list_sp_group_members <- function(site_url = NULL,
site_name = NULL,
site_id = NULL,
Expand Down

0 comments on commit 3991e94

Please sign in to comment.