add_user_to_repo | R Documentation |
This function adds a user as a collaborator to a specific repository on ixplorer with specific permissions.
add_user_to_repo(
base_url,
api_key,
owner,
repo,
username,
collaborator_permissions
)
base_url |
The base URL of the ixplorer server. |
api_key |
The API key for authentication on the ixplorer server. |
owner |
The owner (organization or user) of the repository where the user will be added as a collaborator. |
repo |
The name of the repository where the user will be added as a collaborator. |
username |
The username of the user to be added as a collaborator. |
collaborator_permissions |
The permissions to be assigned to the collaborator ("Read", "Write", or "Admin"). |
The response from the ixplorer server.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.