Dear Forum,
Is there a way I can get public_metrics in R using rtweet package?
Thanks in advance,

1 Like

rtweet doesn’t support v2 endpoints Use of V2 API · Issue #445 · ropensci/rtweet · GitHub but you can make a direct call to the API like Metrics | Docs | Twitter Developer Platform with httr httr/oauth1-twitter.r at main · r-lib/httr · GitHub

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.