get_game_deals_df: Get details about a store's game deals

View source: R/pcgamedeals.R

get_game_deals_dfR Documentation

Get details about a store's game deals

Description

This function fetches all the details about a store's on going deals on games with the mentioned price limit

Usage

get_game_deals_df(storeID, price_limit)

Arguments

storeID

integer. The store ID mentioned by the user

price_limit

integer. The budget entered by the user

Value

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.

Examples

get_game_deals_df(1,10)

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