Rinstapkg (version 0.1.0)

ig_autocomplete_userlist: Get bootstrap user data (autocompletion user list)

Description

This function returns a list of users for you guessed by Instagram.

Usage

ig_autocomplete_userlist(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?

Details

WARNING: This is a special, very heavily throttled API endpoint. Instagram REQUIRES that you wait several minutes between calls to it

Examples

Run this code
# NOT RUN {
my_autocompleted_userlist <- ig_autocomplete_userlist()
# }

Run the code above in your browser using DataCamp Workspace