projects function

Get list of projects and their metadata, or a single project

Get list of projects and their metadata, or a single project

as.project(x) projects(page = NULL, per_page = NULL, ...) project(id = "default", ...)

Arguments

  • x: Object to coerce to a project.
  • page: Page to return. Default: 1.
  • per_page: Number of results per page. Default: 25.
  • ...: Additional arguments passed down to low-level API function (do_*)
  • id: (character) project id, default: "default"

Examples

## Not run: projects() project("f9597f51-6fb0-492c-866d-bc67bff6d409") ## End(Not run)
  • Maintainer: Mauricio Vargas
  • License: Apache License (>= 2)
  • Last published: 2023-04-19