View source: R/derive_functions.R View source: R/derive_followup_date.R
derive_followup_date | R Documentation |
Calculate follow up date from event_date and censor_date columns
Calculate follow up date from event_date and censor_date columns
derive_followup_date(
data = NULL,
event_date = NULL,
censor_date = "censor_date"
)
derive_followup_date(
data = NULL,
event_date = NULL,
censor_date = "censor_date"
)
data |
dataframe. A one-row-per-patient dataframe. |
event_date |
character. The name of a column in data indicating event dates. |
censor_date |
character. The name of a date column in data indicating censor dates. |
dataframe.
dataframe.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.