You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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