get_game_reviews_df: Get details about a store's game reviews

View source: R/pcgamedeals.R

get_game_reviews_dfR Documentation

Get details about a store's game reviews

Description

This function fetches the rating for all the games in a store

Usage

get_game_reviews_df(storeID, rating)

Arguments

storeID

integer. The store ID mentioned by the user

rating

integer. The minimum rating mentioned by the user

Value

A dataframe containing the name of the game and the meta critic score of the game. The meta critic score will be above the one mentioned by the user.

Examples

get_game_reviews_df(3,90)

DishaDH123/pcgamedeals documentation built on March 27, 2022, 4:21 p.m.