Skip to contents

Collect a list of OData attributes that can be used for filtering products with dse_odata_products_request().

Usage

dse_odata_attributes(...)

Arguments

...

Ignored

Value

A data.frame listing all attributes for each collection.

Examples

if (interactive()) {
  dse_odata_attributes()
}