Interacting with the tags/tags-name endpoint of Instagram's API

ig_tags(tag = "nofilter", ...)

Arguments

tag

Name of tag.

...

Passed to query string.

Value

Returns tags data.

Examples

# NOT RUN {
## get tag count
ig_tag <- ig_tags()

## view data
ig_as_tbl(ig_tag)
# }