Interacting with the media/popular endpoint of Instagram's API

ig_media_popular()

Value

Returns user data.

Examples

# NOT RUN {
## get popular media
pop <- ig_media_popular()

## view data
ig_as_tbl(pop)
# }