Description Usage Arguments Value Author(s) Examples
View source: R/readAllReportingMIFinFolder.R
read in all valid MIF reporting files in a folder and return data as a quitte-object. If no mif exists it searches for CSV
1  | readAllReportingMIFinFolder(dir, RData = FALSE, verbose = TRUE)
 | 
dir | 
 character. Directory containing the MIF files.  | 
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  |   ## Not run: 
    qd <- readAllReportingMIFinFolder('/my/magic/remind/run/')
  
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.