View source: R/find_exam_ram.R
find_exam_ram | R Documentation |
Finds all, earliest or closest examination to a given timepoints using parallel computing. A progress bar is also reported in the terminal to show the progress of the computation.
find_exam_ram(
d_from,
d_to,
d_from_ID = "ID_MERGE",
d_to_ID = "ID_MERGE",
d_from_time = "time_rad_exam",
d_to_time = "time_enc_admit",
time_diff_name = "timediff_exam_to_db",
before = TRUE,
after = TRUE,
time = 1,
time_unit = "days",
multiple = "closest",
add_column = NULL,
keep_data = FALSE,
nThread = parallel::detectCores() - 1
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.