get.latest.sim {DEPONS2R} | R Documentation |
Get name of newest file
Description
Returns the name of the newest simulation output of a particular type within the specified directory. The date and time are extracted from the file name.
Usage
get.latest.sim(type = "dyn", dir)
Arguments
type |
Type of simulation output to check; can be one of: "dyn" (for looking in "Statistics.XX.csv" files), "blockdyn" (for looking in "PorpoisePerBlock.XX.csv" files) "track" (for looking in "RandomPorpoise.XX.csv" files). |
dir |
Directory to look for simulation output in (character string) |
Value
character string with the name of the most recent simulation output file.
See Also
read.DeponsBlockdyn
for example.
[Package DEPONS2R version 1.2.3 Index]