appbot_reviews_import: appbot_reviews_import

Description Usage Arguments

View source: R/appbot_reviews_import.R

Description

Allows you to call different Appbot API endpoints related to sentiments

Usage

1
appbot_reviews_import(app_id, reviews_df)

Arguments

app_id

The ID of the app you want to check

reviews_df

A data frame of reviews that you want to import - must contain the following columns:

  • id A unique identifier for each review

  • store_id The app store ID - you can get this from appbot_reviews

  • author The review author

  • rating The review rating

  • body The review text body

  • subject The review subject

  • published_at The review publishing date

  • version The app version (iOS only)

  • country_code The country code (see appbot_countries for codes)


neugelb/rappbot documentation built on Dec. 12, 2020, 9:17 a.m.