Retrieves details for a specific group by its ID.
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")
} # }