
Returns a Character Representation of a basket_select() Object
Source: R/create_query_data.R
format.basket_select.RdThe 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- Default value
none
- ...
-
Not used
- Default value
none
Value
A character representation of the basket_select() object
See also
Other internal:
admiral-package,
extract_duplicate_records(),
signal_duplicate_records()
Examples
format(basket_select(id = 42, scope = "NARROW", type = "smq"))
#> [1] "basket_select(name = NULL, id = 42, scope = \"NARROW\", type = \"smq\")"