format.basket_select {admiral}R Documentation

Returns a Character Representation of a basket_select() Object

Description

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

Usage

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

Arguments

x

A basket_select() object

...

Not used

Value

A character representation of the basket_select() object

See Also

basket_select()

Other internal: admiral-package, extract_duplicate_records(), signal_duplicate_records()

Examples


format(basket_select(id = 42, scope = "NARROW", type = "smq"))

[Package admiral version 1.0.2 Index]