entity {rtweet} | R Documentation |
Extract methods
Description
Extract entities of the tweets linked to a tweet id.
Usage
entity(x, entity, ...)
Arguments
x |
A tweets object of the rtweet package. |
entity |
A entity to extract data from. |
... |
Other possible arguments currently ignored. |
Details
The position of where does this occur is not provided.
Value
Some information about those entities and the tweet id it comes from. for users mentions the ids of the mentioned users are "user_id", "user_id_str" (not "id_str")
[Package rtweet version 2.0.0 Index]