Description Usage Arguments Value Functions
Calculate the nominal time from SDTM data
1 2 3 4 5 6 7 | sdtm_time_nominal(x, col_day_suffix = "DY", col_time_suffix = "TPTNUM")
sdtm_time_start_nominal(x, col_day_suffix = "STDY",
col_time_suffix = "TPTNUM")
sdtm_time_end_nominal(x, col_day_suffix = "ENDY",
col_time_suffix = "TPTNUM")
|
x |
The object to extract the nominal time from |
col_day_suffix |
The suffix (after the domain) for the day column (e.g. "PCDY") |
col_time_suffix |
The suffix (after the domain) for the nominal time numeric column |
The vector of numeric times.
sdtm_time_start_nominal
: Calculate the nominal start time
sdtm_time_end_nominal
: Calculate the nominal end time
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.