Skip to contents

Update is set to TRUE if:

Usage

cc_check_instagram_media_update(
  ig_media_id = NULL,
  ig_user_id = NULL,
  insights = FALSE,
  token = NULL
)

Arguments

ig_media_id

Instagram media identifier. A list of identifiers for your account can be retrieved with `cc_get_instagram_media_id()`. If left to NULL, a full list is automatically retrieved.

ig_user_id

Instagram user id, typically composed of 17 digits. Not to be confused with legacy Instragram account id.

Value

A tibble with four columns: `ig_media_id` (a character column), `date_created` and `date_retrieved` (Date columns), and an `update` column (logical)

Details

- media has been published in the last week and not retrieved today - media has been published in the last month and not retrieved in the last week - media has been published in the last year and not retrieved in the last month - media has not been retrieved in the last year