Description Usage Arguments Examples
Get a master release
1 2 3 4 | get_master_release(
master_id,
token = NA
)
|
master_id |
Integer value representing a valid master ID |
token |
(optional) Token object obtained from authorize() or a string containing your personal access token |
1 2 | # Retrieve a master release
release <- get_master_release(1000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.