ig_tags: tags/tags-name

Description Usage Arguments Value Examples

Description

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

Usage

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

Arguments

tag

Name of tag.

...

Passed to query string.

Value

Returns tags data.

Examples

1
2
3
4
5
6
7
8
## Not run: 
## get tag count
ig_tag <- ig_tags()

## view data
ig_as_tbl(ig_tag)

## End(Not run)

mkearney/ig documentation built on May 8, 2019, 1:47 p.m.