Returns a Character Representation of a basket_select()
Object
Source: R/create_query_data.R
format.basket_select.Rd
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
See also
Other Advanced Functions:
assert_db_requirements()
,
assert_terms()
,
assert_valid_queries()
,
extend_source_datasets()
,
filter_date_sources()
,
list_tte_source_objects()
,
params()
,
validate_basket_select()
,
validate_query()
Examples
format(basket_select(id = 42, scope = "NARROW", type = "smq"))
#> [1] "basket_select(name = NULL, id = 42, scope = \"NARROW\", type = \"smq\")"