get.gitlab.project.id: Gets project identifier as integer

View source: R/gitlab.R

get.gitlab.project.idR Documentation

Gets project identifier as integer

Description

You can use the extra arguments to filter the incoming project tibble by path or other criteria.

Usage

get.gitlab.project.id(...)

Arguments

...

Arguments passed on to dplyr::filter

.data

A data frame, data frame extension (e.g. a tibble), or a lazy data frame (e.g. from dbplyr or dtplyr). See Methods, below, for more details.

.preserve

Relevant when the .data input is grouped. If .preserve = FALSE (the default), the grouping structure is recalculated based on the resulting data, otherwise the grouping is kept as is.

Examples

## Not run: 
list.gitlab.maintainer.projects() %>%
  get.gitlab.project.id(path == "path-of-gitlab-project")

## End(Not run)

royratcliffe/canny.tudor documentation built on Oct. 17, 2022, 4:17 a.m.