Skip to contents

The function returns a character representation of a basket_select() object. It can be used for error messages for example.

Usage

# S3 method for basket_select
format(x, ...)

Arguments

x

A basket_select() object

...

Not used

Value

A character representation of the basket_select() object

Examples


format(basket_select(id = 42, scope = "NARROW", type = "smq"))
#> [1] "basket_select(name = NULL, id = 42, scope = \"NARROW\", type = \"smq\")"