records_source {admiral} | R Documentation |
Create a records_source
Object
Description
The records_source
object is used to find extreme records of interest.
Usage
records_source(dataset_name, filter = NULL, new_vars)
Arguments
dataset_name |
The name of the source dataset The name refers to the dataset provided by the |
filter |
An unquoted condition for selecting the observations from
|
new_vars |
Variables to add The specified variables from the source datasets are added to the output
dataset. Variables can be renamed by naming the element, i.e., For example And Permitted Values: list of expressions created by |
Value
An object of class records_source
See Also
Source Objects:
basket_select()
,
censor_source()
,
death_event
,
event()
,
event_joined()
,
event_source()
,
flag_event()
,
query()
,
tte_source()