Skip to content

Using example code returns an empty tibble #24

@richelbilderbeek

Description

@richelbilderbeek

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions