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.
Usage
prepare.stat.log(origin, archive, destination = NULL)
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.
Value
A list of data.frame depending on information stored in the journal.
Examples
if (FALSE) { # \dontrun{
origin = "floodam.data/dev/data"
archive = "geo_siret"
result = prepare.stat.log(origin, archive)
} # }