write.seqs {ProcData} | R Documentation |
Write process data to csv files
Description
Write process data to csv files
Usage
write.seqs(seqs, file, style, id_var = "ID", action_var = "Event",
time_var = "Time", step_sep = ",", ...)
Arguments
seqs |
an object of class |
file |
the name of the csv file from which the response processes are to be read. |
style |
the style that the response processes are stored. See 'Details'. |
id_var |
a string giving the name of the variable storing the process identifier. |
action_var |
a string giving the name of the variable storing action sequences. |
time_var |
a string giving the name of the variable storing timestamp sequences. |
step_sep |
the step separator characters. It is only used if |
... |
further arguments to be passed to |
Value
No return value.
[Package ProcData version 0.3.2 Index]