Description Usage Arguments Value
Reads a Amazon Customer Reviews dataset of reviews of Amazon products, written by Amazon customers.
1 | read_review_file(path)
|
path |
character vector: fully qualified path to the file to be read. |
tbl with 14 columns:
marketplace (character vector): 2-letter country code of the marketplace where the review was written.
customer_id (character vector): random identifier that can be used to aggregate reviews written by a single author.
review_id (character vector): unique ID of the review.
product_id (character vector): unique Product ID the review pertains to.
product_parent (character vector): random identifier that can be used to aggregate reviews for the same product.
product_title (character vector): title of the product.
product_category (character vector): broad product category that can be used to group reviews (also used to group the dataset into coherent parts).
star_rating (integer): 1-5 star rating of the review.
helpful_votes (integer): number of helpful votes.
total_votes (integer): number of total votes the review received.
vine (logical): TRUE if review was written as part of the Vine program; FALSE otherwise.
verified_purchase (logical): TRUE if review is on a verified purchase; FALSE otherwise.
review_headline (character vector): title of the review.
review_body (character vector): full text content of the review.
review_date (Date): date the review was written.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.