analogsea (version 0.8.0)

as.project: 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

Run this code
# NOT RUN {
projects()
project("f9597f51-6fb0-492c-866d-bc67bff6d409")
# }

Run the code above in your browser using DataLab