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 "proc" to written in the csv file.

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 style="single".

...

further arguments to be passed to write.csv

Value

No return value.


[Package ProcData version 0.3.2 Index]