list_projects: Listing user's projects

View source: R/list_projects.R

list_projectsR Documentation

Listing user's projects

Description

Returns a list of projects that belong to the user.

Usage

list_projects(...)

Arguments

...

advanced parameters.

Value

List with information for all projects sent by the user.

See Also

character(0) str

Examples

## Not run: 
if(interactive()){

 ## EXAMPLE - Getting list of projects
 # Note that you will need to have a previously ran project

 my_projects <- faas4i::list_projects()
 }

## End(Not run)

4intelligence/faas4i documentation built on April 14, 2025, 2:09 a.m.