insta_posts: insta_posts

Description Usage Arguments

View source: R/get_posts.R

Description

insta_posts

Usage

1
2
3
4
5
6
7
8
9
insta_posts(
  query,
  scope,
  max_posts,
  scrape_comments,
  save_path = "",
  since = "",
  until = ""
)

Arguments

query

Specify hashtag or username

scope

takes two values, either hashtag or username

max_posts

what is the maximum amount of posts to scrape

scrape_comments

get all comments from the retrieved posts (defaults to FALSE')

save_path

specify a path to stream the Instagram data to (defaults to "" in which case no csv file is saved)

since

optional. get posts in specific timerange (latest date)

until

optional. get posts in specific timerange (earliest date)


favstats/instaloadeR documentation built on Jan. 1, 2021, 1:17 a.m.