Skip to contents

Deletes an existing group from the improve repository.

Usage

deleteGroup(groupId)

Arguments

groupId

Character. The ID of the group to delete.

Value

TRUE if the group was deleted successfully, FALSE otherwise.

Examples

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