Description Usage Arguments Value Examples
View source: R/GetSongsArtistsName.R
This function allow you to get the information about artists and songs from Genius API. You need to have package geniusr installed
1 |
x |
A list of artists names |
A dataframe
1 2 3 4 5 6 7 8 9 | ## Not run:
## Get a dataset from the following list :
artists_list <- c("Bruce Springsteen", "Pink Floyd")
# Use the Function to retrieve information
artists_info <- GetSongsArtistsName(artists_list)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.