Extract data from journal files
extract.stat.log.Rd
This function uses the contents of the journal file to find where are stocked formatted data and extract them to data.frame. This function gives also the possibility to save those data.frame directly.
Arguments
- origin
character, path to the directory where journal is stored
- archive
string character, pattern to find the journal. If set to NULL, any .log file will be searched.
- destination
character, optional path to the directory where results should be saved. If set to NULL, results are not saved.