Is your feature request related to a problem? Please describe.
Using the data.frames option in as.data.frame(), one can select a subset of secuTrial tables to be turned into data.frames. It is only possible to rename data.frames using the regex and rep options in as.data.frame(). There is no option to rename data.frames into custom names.
Describe the solution you'd like
If the option data.frames is used with a named vector, the data frames from the secuTrialdata object should be turned into data frames whose names are given by names(data.frames).
Is your feature request related to a problem? Please describe. Using the
data.frames
option inas.data.frame()
, one can select a subset of secuTrial tables to be turned into data.frames. It is only possible to rename data.frames using theregex
andrep
options inas.data.frame()
. There is no option to rename data.frames into custom names.Describe the solution you'd like If the option
data.frames
is used with a named vector, the data frames from thesecuTrialdata
object should be turned into data frames whose names are given bynames(data.frames)
.