From 4b4cd462819c8eb8a08841529416b056a5cb542d Mon Sep 17 00:00:00 2001 From: Kyle Belanger Date: Wed, 4 Jan 2023 08:17:55 -0500 Subject: [PATCH] Create 0-greeter-dbcreation.R --- ML/0-greeter-dbcreation.R | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ML/0-greeter-dbcreation.R diff --git a/ML/0-greeter-dbcreation.R b/ML/0-greeter-dbcreation.R new file mode 100644 index 0000000..8d51990 --- /dev/null +++ b/ML/0-greeter-dbcreation.R @@ -0,0 +1,3 @@ +# The follow script rebuilds a local copy of the MIMIC-IV database +# for the purpose of this project only the patients, labitems, and labevents +# tables are included, and the csv's need to be in the data-unshared folder