I'm using the rtweets library (search_tweets function) to retrieve data from twitter. All data is present except location data, for which I just get "NA". What's even weirder is occasionally I do get coordinates (but very infrequently).
search_tweets("coronavirus", n = 1000, include_rts = FALSE, lang="en")
This is what I get for the coords_coords
variable (just showing a random section here to highlight how I sometimes get a value). Thanks in advance for your help!
[[917]] [1] NA NA
[[918]] [1] NA NA
[[919]] [1] NA NA
[[920]] [1] NA NA
[[921]] [1] 43.77429 -79.71640
[[922]] [1] NA NA
[[923]] [1] NA NA