Parse critical care data from XML files and inject them into the RData database.
update_database(xml.path, restart = FALSE, splitxml = FALSE, mc.cores = 4,
quiet = FALSE)
character the path of the folder of which contains the XML files.
logical purge the previous database and restart parsing for all the XML files presented.
logical break down the XML files into chuncks. (Do it when the file is too big)
integer number of processors to be applied for parallelisation.
logical show the progress bar if true