as.project {analogsea} | R Documentation |
Get list of projects and their metadata, or a single project
as.project(x) projects(page = NULL, per_page = NULL, ...) project(id = "default", ...)
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
( |
id |
(character) project id, default: "default" |
## Not run: projects() project("f9597f51-6fb0-492c-866d-bc67bff6d409") ## End(Not run)