gl_get_group_id {gitlabr} | R Documentation |
Get a group id by name
Description
Get a group id by name
Usage
gl_get_group_id(group_name, ...)
Arguments
group_name |
group name |
... |
passed on to |
Details
Number of pages searched is limited to
(per_page =) 20 * (max_page =) 10 by default.
If the group_name
is an old group lost
in a big repository (position > 200),
gl_get_group_id()
may not find the group id.
Value
Integer. ID of the group if found.
Examples
## Not run:
gl_get_group_id("<<your-group-name>>")
## End(Not run)
[Package gitlabr version 2.1.0 Index]