Write process data to csv files
write.seqs(seqs, file, style, id_var = "ID", action_var = "Event",
time_var = "Time", step_sep = ",", ...)
an object of class "proc"
to written in the csv file.
the name of the csv file from which the response processes are to be read.
the style that the response processes are stored. See 'Details'.
a string giving the name of the variable storing the process identifier.
a string giving the name of the variable storing action sequences.
a string giving the name of the variable storing timestamp sequences.
the step separator characters. It is only used if style="single"
.
further arguments to be passed to write.csv
No return value.