get_comments: A get_comments Function

Description Usage Arguments Examples

Description

This function rerturn data frame with commenters and comments for vector with posts Ids.

Usage

1
get_comments(toAnalyze, maxComments = 1)

Arguments

toAnalyze

vector with posts ids.

maxComments

max count of likes under posts

Examples

1
2
toAnalyze <- "90002267161_10155520966952162"
dfCommenters <- get_comments(toAnalyze, 1000)

josefslerka/sugar documentation built on May 19, 2019, 8:48 p.m.