Skip to contents

Retrieves details for a specific group by its ID.

Usage

loadGroup(groupId)

Arguments

groupId

Character. The ID of the group.

Value

A list with group details. Returns NULL if the group cannot be found.

Examples

if (FALSE) { # \dontrun{
group <- loadGroup("some-group-id")
} # }