From d013b856b2fb5363617a4cc159ed2f64d1ce0b21 Mon Sep 17 00:00:00 2001 From: Weiting Date: Wed, 17 Feb 2016 00:23:11 +0800 Subject: [PATCH] modify the readme --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7f447e1..c070dd1 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ -# *Project : Clinical Data* +# *Project : Tool for Clinical Data from CGMH* ## *Purpose* - in order to reduce the labor of hand-writing the lab data from the HIS sysyem - - we want to build a tool can transfer the pool structure HIS html output into - - more useful csv or data.frame, and make it accessible in web + we want to build a tool can transfer the pool structure HIS html output into + more useful csv or data.frame, and make it accessible in web + ## *Method* - use Shiny to rapid prototyping the tool -## #*ersion* +## *Version* - 1:use the raw R code to parse and clean the readline from html files - 2:use XML package of readHTMLtable to re-write the previous code