get_deals_by_store_df: Get details about a store's maximum deals

View source: R/pcgamedeals.R

get_deals_by_store_dfR Documentation

Get details about a store's maximum deals

Description

This function fetches the details about the given store

Usage

get_deals_by_store_df(storeID)

Arguments

storeID

integer. The store ID mentioned by the user

Value

A dataframe containing the name of the game, the store ID, the normal price of a game, the sale price on a game, the savings and the deal rating off the game.

Examples

get_deals_by_store_df(2)

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