Error in bind_rows_(x, .id) : Argument 1 must have names using map_df in purrr
I'm using the spotifyr package to scrape spotify audio features for every song of specific albums in my dataset. My issue is that my dataset consists of some artists that are not on spotify -- so they shouldn't be returning any values. My issue is that when I get to an artist that is not on spotify, I get this error: Error in bind_rows_(x, .id) : Argument 1 must have names I've tried wrapping the function in tryCatch to get NA for each column of the problematic row, but it doesn't seem to work. Here's an example of my code (FYI, you need to get API access from spotify's website to run the