I pulled some data via spotifyr but the artist data is not a list with other data like below, I don't know how to pull the actual name info.
Here is str(df)
result
..$ href : chr "https://api.spotify.com/v1/artists/22WsdE2gbH75bDBfc3BpnB"
..$ id : chr "22WsdE2gbH75bDBfc3BpnB"
..$ name : chr "Ronnie Carroll"
..$ type : chr "artist"
..$ uri : chr "spotify:artist:22WsdE2gbH75bDBfc3BpnB"
..$ external_urls.spotify: chr "https://open.spotify.com/artist/22WsdE2gbH75bDBfc3BpnB"
I am trying to pull out $
name but I have no idea how to do, I've tried unlist but it doesnt work and says theres too much for the existing data. Does anyone have any idea?
question from:
https://stackoverflow.com/questions/66052960/one-of-the-columns-in-my-dataframe-is-a-list-and-i-need-to-get-part-of-it-out 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…