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