filter_brand: Describe a brand

Description Usage Arguments Value See Also Examples

View source: R/filter_brand.R

Description

Describes a brand, and optionally, its account and name.

Usage

1
filter_brand(id, code = NULL, name = NULL)

Arguments

id

The brand ID

code

An account code (optional)

name

The brand's name (optional)

Value

A filter_brand() object.

See Also

This is used by query().

Examples

1
2
3
4
5
filter_brand(1)

filter_brand(1, "TEST01AA")

filter_brand(1, "TEST01AA", "The first brand")

brandseye/brandseyer2 documentation built on Sept. 5, 2021, 2:15 p.m.