powered by
date_source
The date_source() function has been deprecated without replacement as all functions using the source_pd argument are deprecated as well.
date_source()
source_pd
Create a date_source object as input for source_pd argument in {admiralonco} functions.
{admiralonco}
date_source(dataset_name, filter = NULL, date, set_values_to = NULL)
An object of class date_source.
The name of the dataset, i.e. a string, used to search for the date.
An unquoted condition for filtering dataset.
dataset
A variable or an expression providing a date. A date or a datetime can be specified. An unquoted symbol or expression is expected.
Variables to be set
Other deprecated: derive_param_bor(), derive_param_clinbenefit(), derive_param_confirmed_bor(), derive_param_confirmed_resp(), derive_param_response(), filter_pd()
derive_param_bor()
derive_param_clinbenefit()
derive_param_confirmed_bor()
derive_param_confirmed_resp()
derive_param_response()
filter_pd()
pd <- date_source( dataset_name = "adrs", date = ADT, filter = PARAMCD == "PD" )
Run the code above in your browser using DataLab