Description Usage Arguments Value Author(s) Examples
View source: R/readReportingMIF.R
read in a valid MIF (or CSV) reporting file and return data as a quitte-object
| 1 | readReportingMIF(pathToMIF, RData = FALSE, verbose = TRUE)
 | 
| pathToMIF | character. Path to a valid MIF reporting file. | 
| RData | logical. if true data is saved in Rdata format to save read-in time | 
| verbose | logical. If true (un)helpful information will be display. | 
quitte object
Anselm Schultes, Jerome Hilaire, Lavinia Baumstark, David Klein
| 1 2 3 4 5 |   ## Not run: 
    qd <- readReportingMIF('/my/magic/remind/run/REMIND_generic.mif')
    qd <- readReportingMIF('/my/magic/remind/run/REMIND_generic.csv')
  
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.