View source: R/bind_base_save.R
bind_base_save | R Documentation |
Bind all labs, extract baseline data, and save to CSV files.
bind_base_save(
hospital,
ptlist_file,
lab_dir_path,
lab_info_file = NULL,
clean = TRUE,
base_window_period = 4,
savefile_name
)
hospital |
Select the hospital: seoul, bucheon, or cheonan. |
ptlist_file |
Patient list file which included "id" and "orderdate" column. |
lab_dir_path |
Directory path included excel files. |
lab_info_file |
Path of information file. |
clean |
Make a cleaned data or not. |
base_window_period |
Window period for baseline laboratory data (months). |
savefile_name |
The name of output file name. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.