Skip to contents

Change a contributor role on the project.

Usage

llrs_change_role(name = NULL, role = "User", path = ".")

Arguments

name

Character name of the contributor.

role

Either User, Collaborator or Publisher.

path

Path to the project.

Value

NULL

Examples

if (FALSE) { # \dontrun{
llrs_use_governance()
llrs_add_member(NULL)
llrs_change_member(NULL, "Publisher")
} # }