| search_artist | R Documentation | 
The Genius API lets you search hosted content (all songs). Use search_artist()
to return artist_id, artist_name and artist_url for all unique
artist matches found using a search term.
search_artist(search_term, n_results = 10, access_token = genius_token())
search_term | 
 A character string to search for  | 
n_results | 
 Maximum no. of search results to return  | 
access_token | 
 Genius' client access token, defaults to   | 
a tibble
Other search: 
search_genius(),
search_song()
## Not run: search_artist(search_term = "Lil", n_results = 20) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.