Interacting with the users/self endpoint of Instagram's API

ig_users_self()

Value

Returns user data.

Examples

# NOT RUN {
## get your data
my_ig <- ig_users_self()

## view data
ig_as_tbl(my_ig)
# }