View source: R/projects_and_repos.R
gl_list_project_members | R Documentation |
List members of a specific project
gl_list_project_members(project, ...)
project |
id (preferred way) or name of the project. Not repository name. |
... |
passed on to |
A tibble with the project members information
## Not run:
set_gitlab_connection(
gitlab_url = "https://gitlab.com",
private_token = Sys.getenv("GITLAB_COM_TOKEN")
)
gl_list_project_members(project = "<<your-project-id>>")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.