getMediaByLocationID: Get Media By Location ID

Description Usage Arguments Value Examples

View source: R/getMediaByLocationID.R

Description

Gets the n most recent posts for a location with the given location ID

Usage

1
getMediaByLocationID(locationID, n = 12, maxID = "", ...)

Arguments

locationID

A Instagram location ID

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:  getMediaByLocationID("212988663", 50)

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