You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 10, 2024. It is now read-only.
The two functions get_friends() and get_followers() seem to be working very similarly but return different objects, in particular get_friends() returns a data.frame with the columns user and ids. While get_followers()returns the a data.frame with the columnuser_id`.
Expected behavior
Users might expect get_friends() to return a column named user_ids for consistency with get_followers()
I think this is addressed by #572 but I haven't checked. When that PR is merged all functions will return the same structure (Except when they return users data).
Sorry, I forgot to mention, this was also discussed on #308 and solved at 1c6025b. Together with 5dd07d8 the returned objects should always be consistent.
Problem
The two functions
get_friends()
andget_followers()
seem to be working very similarly but return different objects, in particularget_friends()
returns a data.frame with the columnsuser
andids. While
get_followers()returns the a data.frame with the column
user_id`.Expected behavior
Users might expect
get_friends()
to return a column nameduser_ids
for consistency withget_followers()
Reproduce the problem
rtweet version
‘0.7.0.9000’
The text was updated successfully, but these errors were encountered: