VOD: Value of the day

Description Usage Arguments Details Value Examples

View source: R/vod.R

Description

VOD provides the Value of the Day item at walmart.

Usage

1
VOD(key = auth_cache$KEY, list_output = FALSE)

Arguments

key

Your API access key.

list_output

Indicator for list output.

Details

An API key will be required to run this function and can be acquired by creating an account on the following website https://developer.walmartlabs.com/member.

Response formats are described at the url https://developer.walmartlabs.com/docs/read/Item_Field_Description.

Value

A tibble with 15 columns in base response format.

Examples

1
2
3
4
5
6
7
8
## Not run: 
key <- "************************"

VOD(key = key)

VOD(key = key, list_output = TRUE)

## End(Not run)

EmilHvitfeldt/walmartAPI documentation built on April 23, 2020, 8:26 a.m.