get_game_reviews_df | R Documentation |
This function fetches the rating for all the games in a store
get_game_reviews_df(storeID, rating)
storeID |
integer. The store ID mentioned by the user |
rating |
integer. The minimum rating mentioned by the user |
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.
get_game_reviews_df(3,90)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.