as.project {analogsea}R Documentation

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

Description

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

Usage

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)

[Package analogsea version 1.0.7.2 Index]