getLikesByMediaCode: Get Likes By Media Code

Description Usage Arguments Value Examples

View source: R/getLikesByMediaCode.R

Description

Gets the first n likes for a media with a given Instagram shortcode

Usage

1
getLikesByMediaCode(code, n = 10, maxID = "", ...)

Arguments

code

An Instagram shortcode for a media post

n

The number of comments to return

maxID

An identifier for a comment that indicates where to start searching

...

Additional options passed to a shinyAppDir

Value

n x 7 dataframe - id, username,full_name,profile_pic_url,
is_verified_followed_by_viewer,requested_by_viewer

Examples

1
## Not run:  getLikesByMediaCode("W0IL2cujb3", 100)

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