prepare.stat.log.Rd
This function uses data.frame extracted by the way of extract.sat.log, and combine them so as to give a time series perspective of those data.frame.
prepare.stat.log(origin, archive, destination = NULL)
character, path to the directory where journal is stored
string character, pattern to find the journal. If set to NULL, any .log file will be searched.
character, optional path to the directory where results should be saved. If set to NULL, results are not saved.
A list of data.frame depending on information stored in the journal.
if (FALSE) {
origin = "floodam.data/dev/data"
archive = "geo_siret"
result = prepare.stat.log(origin, archive)
}