Dear geniusr maintainers,
Thanks for this useful package!
When using it, however, after setting up the API token, the example code gives an empty tibble.
When I run:
geniusr::get_lyrics_search(
artist_name = "Kanye West",
song_title = "Good Morning"
)
I get:
# A tibble: 0 × 5
# ℹ 5 variables: line <lgl>, section_name <lgl>, section_artist <lgl>,
# song_name <chr>, artist_name <chr>
It would be great if the example code would work.
Thanks and cheers, Richel Bilderbeek
Dear geniusr maintainers,
Thanks for this useful package!
When using it, however, after setting up the API token, the example code gives an empty tibble.
When I run:
I get:
It would be great if the example code would work.
Thanks and cheers, Richel Bilderbeek