
str
and as.character
)str.seqelist
wich a return a single string for a whole list, and as.character.seqelist
which return a vector of string.
str.seqe
and as.character.seqe
have mainly an internal purpose (there are called by print and more).seqecreate
for a full exampledata(actcal.tse)
actcal.seqe <- seqecreate(actcal.tse)
as.character(actcal.seqe)
Run the code above in your browser using DataLab