Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 493 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 493 Bytes

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

Method

  • use Shiny to rapid prototyping the tool

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