format.basket_select: Returns a Character Representation of a 'basket_select()'...

View source: R/create_query_data.R

format.basket_selectR 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 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"))

admiral documentation built on Oct. 19, 2023, 1:08 a.m.