Description Usage Arguments Value Author(s)
View source: R/derive_var_lstalvdt.R
Create an lstalvdt_source
object
1 2 3 4 5 6 7 8 9 | lstalvdt_source(
dataset_name,
filter = NULL,
date,
date_imputation = NULL,
preserve = FALSE,
traceability_vars = NULL,
dataset = deprecated()
)
|
dataset_name |
The name of the dataset, i.e. a string, used to search for the last known alive date. |
filter |
An unquoted condition for filtering |
date |
A variable providing a date where the patient was known to be alive. A date, a datetime, or a character variable containing ISO 8601 dates can be specified. An unquoted symbol is expected. |
date_imputation |
A string defining the date imputation for |
preserve |
Preserve day if month is missing and day is present For example Permitted Values: Default: |
traceability_vars |
A named list returned by |
dataset |
Deprecated, please use |
An object of class "lstalvdt_source".
Stefan Bundfuss
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.