Skip to contents

Add a new member to a project

Usage

add_project_member(id = NULL, new_member = NULL)

Arguments

id

the project id.

new_member

the GBIF user to be added.

Value

A `list` of project information.

Examples

if (FALSE) { # \dontrun{
add_project_member(1,"JOHN")
} # }