Description Usage Arguments Value Examples
View source: R/read-thermal-xml.r
Read thermal XML file
1  | read_thermal_tranche(path)
 | 
path | 
 Path to the XML file. Can be left blank, designate an XML file or directory containing XML files. If the path points to a directory, the most recent XML file is read. If the argument is not specified, a dialog box will open to select a directory.  | 
a data.table
1 2 3 4 5 6  | ## Not run: 
thermal <- read_thermal_tranche("inputs/thermals/")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.