View source: R/projects_and_repos.R
gl_get_project_id | R Documentation |
Get a project id by name
gl_get_project_id(project_name, ...)
project_name |
project name |
... |
passed on to |
Number of pages searched is limited to
(per_page =) 20 * (max_page =) 10 by default.
If the project_name
is an old project lost
in a big repository (position > 200),
gl_get_project_id()
may not find the project id.
Integer. ID of the project if found.
## Not run:
gl_get_project_id("<<your-project-name>>")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.