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