GetSongsArtistsName: Scrap Artists and songs information

Description Usage Arguments Value Examples

View source: R/GetSongsArtistsName.R

Description

This function allow you to get the information about artists and songs from Genius API. You need to have package geniusr installed

Usage

1

Arguments

x

A list of artists names

Value

A dataframe

Examples

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)

epmrio/AutomatedGeniusR documentation built on Nov. 2, 2020, 12:17 a.m.