write.seqs: Write process data to csv files

Description Usage Arguments Value

View source: R/read_seqs.R

Description

Write process data to csv files

Usage

1
2
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.


ProcData documentation built on April 1, 2021, 5:07 p.m.