Learn R Programming

admiral (version 1.1.1)

format.basket_select: 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 basket_select
format(x, ...)

Value

A character representation of the basket_select() object

Arguments

x

A basket_select() object

...

Not used

See Also

basket_select()

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

Examples

Run this code

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

Run the code above in your browser using DataLab