powered by
Get songs names and URLs for an artist.
get_songs(artist)
character. The artist's name.
If the artist (or band) is found, an object of type `tibble` with the song names, URLs and artist is retuned. The URLs are to be later used in the `get_chords()` function.
# NOT RUN { { # } # NOT RUN { get_songs("jorge") get_songs("los-hermanos") # } # NOT RUN { } # }
Run the code above in your browser using DataLab