Fetch list of catmaid users for current/specified connection/project

catmaid_get_user_list(pid = 1, conn = NULL, ...)

Arguments

pid

Project id (default 1)

conn

A catmaid_connection objection returned by catmaid_login. If NULL (the default) a new connection object will be generated using the values of the catmaid.* package options as described in the help for catmaid_login.

...

Additional arguments passed to the catmaid_fetch function

See also

catmaid_get_review_status, catmaid_get_contributor_stats

Examples

# NOT RUN {
catmaid_get_user_list()
# }