getMediaByTag: Get Media By Tag

Description Usage Arguments Value Examples

View source: R/getMediaByTag.R

Description

Gets the n most recent posts with the given hashtag

Usage

1
getMediaByTag(tag, n = 20, maxID = "", ...)

Arguments

tag

A hashtag

n

The number of media posts to return

maxID

Identifier to specify query location

...

Additional options passed to a shinyAppDir

Value

n x 15 dataframe: comments_disabled, id, thumbnail_src, thumbnail_resources, is_video,
code, date, display_src, video_views, caption, dimension.height,
dimensions.width, owner.id, comments.count, likes.count

Examples

1
## Not run:  getMediaByTag("Batman", 50)

AFIT-R/instaExtract documentation built on May 18, 2019, 8:11 p.m.