xml_to_cost: Read an XML cost data

Description Usage Arguments Value Examples

View source: R/xml_to_cost.R

Description

Read an XML cost data

Usage

1

Arguments

file

[chr] path to the XML cost file to import

Value

a data frame of cost data

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
  library(imthcm)
  data(meps_costs)
  xml_cost <- 'test_cost.xml'
  cost_to_xml(meps_costs, file = xml_cost)
  converted_costs <- xml_to_cost(file = xml_cost)
  identical(converted_costs, meps_costs)

## End(Not run)

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