rate_to_xml | R Documentation |
Function to encode the data.table output of the TOU_to_streaming function into XML for upload to MIDAS.
rate_to_xml(DT)
DT |
data.table created by the TOU_to_streaming function |
An atomic character containing the rate data encoded as xml
holidays <- import_holidays(holiday_file)
DT <- TOU_to_streaming(holidays, tou_file, start_date, end_date)
rate_to_xml(DT)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.