Creates a new group in the improve repository.
Arguments
- name
Character. The name of the group to create.
Value
A list with the created group details (including id and name).
Returns NULL on failure.
Examples
if (FALSE) { # \dontrun{
group <- createGroup("Modelers")
} # }