Skip to contents

Split sipnet events.in files according to start and stop date

Usage

split_sipnet_events(
  start.time,
  stop.time,
  eventfile,
  overwrite = FALSE,
  outpath = NULL
)

Arguments

start.time

Start date or datetime for splitting

stop.time

End date or datetime for splitting

eventfile

Path to events.in file.

overwrite

if TRUE, overwrite existing target file (Default FALSE)

outpath

if specified, write output to a new directory. Default NULL writes back to the directory being read