View source: R/list_projects.R
list_projects | R Documentation |
Returns a list of projects that belong to the user.
list_projects(...)
... |
advanced parameters. |
List with information for all projects sent by the user.
character(0)
str
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.