xml_to_health: Read an XML Health data

Description Usage Arguments Value Examples

View source: R/xml_to_health.R

Description

Read an XML Health data

Usage

1

Arguments

file

[chr] path to the XML health file to import

Value

a data frame of health data

Examples

1
2
3
4
5
6
7
8
9
library(imthcm)
## Not run: 
  data(test_health)
  xml_health <- 'test_health.xml'
  health_to_xml(test_health, file = xml_health)
  events_history <- xml_to_health(file = xml_health)
  identical(events_history, test_health)

## End(Not run)

UBESP-DCTV/imthcm documentation built on Dec. 2, 2019, 9:26 a.m.