I have the package geniusr
which has different functions to retrieve lyrics from songs. If I type following code:
get_lyrics_search("Bloc Party", "Signs")
which is song title and artist.
But I only get A tibble:0 x 5
as an output. Does anyone know what could possibly be wrong?
There is already an issue raised in github. If we do the fix specified
and now run the code