Description Usage Arguments Value References See Also Examples
View source: R/misc-uploader.R
List projects available as upload targets using Seven Bridges command line uploader.
1 | cli_list_projects(token = NULL, uploader = NULL, proxy = NULL)
|
token |
Authentication token. |
uploader |
The directory where Seven Bridges command line uploader
is located (the directory that contains the |
proxy |
A proxy server through which the uploader should connect.
For details the proxy parameter format, see the part on parameter
|
Character vector of the available project names.
https://docs.sevenbridges.com/docs/upload-via-the-command-line
See cli_upload
for uploading files with
the command line uploader, cli_list_tags
for listing
all tags in a project.
1 2 3 4 5 6 7 | token <- "your_token"
## Not run:
cli_list_projects(
token = token,
uploader = "~/Downloads/sbg-uploader/"
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.