rc_list_repos {rhub} | R Documentation |
Lists repositories created by rc_submit()
submissions.
rc_list_repos(email = NULL)
email |
Email address. We try to detect this, but if the detection fails, you can specify it explicitly. |
Data frame with columns:
repo_name
: Name of the repository.
repo_url
: URL of the repository.
builds_url
: URL to the builds of the repository.
Additional columns and customized printing will be probably added later to the result.
Other RC runners API:
rc_list_local_tokens()
,
rc_new_token()
,
rc_submit()