Describes a brand, and optionally, its account and name.
filter_brand(id, code = NULL, name = NULL)
id | The brand ID |
---|---|
code | An account code (optional) |
name | The brand's name (optional) |
A filter_brand()
object.
This is used by query()
.
filter_brand(1)#> 1filter_brand(1, "TEST01AA")#> TEST01AA:1filter_brand(1, "TEST01AA", "The first brand")#> TEST01AA:1[The first brand]