get_game_deals_df | R Documentation |
This function fetches all the details about a store's on going deals on games with the mentioned price limit
get_game_deals_df(storeID, price_limit)
storeID |
integer. The store ID mentioned by the user |
price_limit |
integer. The budget entered by the user |
A dataframe containing a store's title, ID, the actual price of the game, the sale price of the game, the percentage of savings on purchase and the rating of the deal.
get_game_deals_df(1,10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.