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

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

filter_brand(1)
#> 1
filter_brand(1, "TEST01AA")
#> TEST01AA:1
filter_brand(1, "TEST01AA", "The first brand")
#> TEST01AA:1[The first brand]