Rinstapkg (version 0.1.0)

ig_my_recent_activity: Get news feed of recent activities by you

Description

This function returns notifications regarding the actions you have recently took, such as what posts you've liked or when you've started following other people.

Usage

ig_my_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_recent_activity <- ig_my_recent_activity()
# }

Run the code above in your browser using DataCamp Workspace