ewenme / geniusr

work with data & lyrics from Genius
https://ewenme.github.io/geniusr/
Other
50 stars 12 forks source link

update get_song_meta #5

Closed MicahJackson closed 6 years ago

MicahJackson commented 6 years ago

Missing values on Genius API converted to NULL. Threw errors when passing song_info to as_tibble(). Added NULL handler.

Removed purrr::map_df and corresponding loop. Only found length(res$response) == 1.