taxonomy: Walmart.com Category Taxonomy

Description Usage Arguments Value References Examples

View source: R/taxonomy.R

Description

This function exposes the category taxonomy used by walmart.com to categorize items.

Usage

1
taxonomy(apikey = NULL)

Arguments

apikey

Your API access key authorized by Walmart API (Required)

Value

Returns an RDS file named "taxonomy_output.RDS".

References

https://developer.walmartlabs.com/docs/read/Taxonomy_API

Examples

1
2
apikey = "YOUR API KEY"
taxonomy(apikey = "YOUR API KEY")

Elkamao/walmartR documentation built on May 24, 2019, 5:02 a.m.