update_group: Update group's definition parameters

Description Usage Arguments Value Examples

View source: R/groups.R

Description

Currently this is a GAP as you cannot create group types with an API nor look them up. But you need that to create a Group.

Usage

1
update_group(group_id, type = NULL, name = NULL, division_id = NULL)

Arguments

group_id

group id, see list_groups()

type

the new group type

name

the new group name

division_id

default NULL but specific division id can be specified to automatically assign the division properties

Value

A status execution code

Examples

1
## Not run: update_group("GR_1234567890AbCdE", name = "New Name")

ppssphysics/QualtricsInR documentation built on Aug. 30, 2021, 8:12 a.m.