basket_select {admiral} | R Documentation |
basket_select
objectCreate a basket_select
object
basket_select(name = NULL, id = NULL, scope = NULL, type)
name |
Name of the query used to select the definition of the query from the company database. |
id |
Identifier of the query used to select the definition of the query from the company database. |
scope |
Scope of the query used to select the definition of the query from the company database. Permitted Values: |
type |
The type argument expects a character scalar. It is passed to the company specific get_terms() function such that the function can determine which sort of basket is requested |
Exactly one of name
or id
must be specified.
An object of class basket_select
.
Source Objects:
censor_source()
,
date_source()
,
death_event
,
dthcaus_source()
,
event_joined()
,
event_source()
,
event()
,
query()
,
records_source()
,
tte_source()