Rinstapkg (version 0.1.0)

ig_following_recent_activity: Get news feed of recent activities for accounts you follow

Description

This function returns notifications regarding the people you follow, such as what posts they've liked or that they've started following other people.

Usage

ig_following_recent_activity(return_df = TRUE, verbose = FALSE)

Arguments

return_df

logical; do you want to return the results as a tbl_df with one row per entity or as a list with one element per entity?

verbose

logical; do you want informative messages?

Examples

Run this code
# NOT RUN {
my_following_recent_activity <- ig_following_recent_activity()
# }

Run the code above in your browser using DataCamp Workspace