This worked for me to add essentially the "order" of the column, which indicates the ranking of the order, and not the time value. You just have to be very specific in the naming convention. Try to name the sequenceID variable of the group "group" or "order basket #" and call the identifier of the ranking or order event.
Another thing that helped me (and made me scratch my head for a long time) was that read_baskets () seemed to need me to point
read_baskets(con = filePath.txt, sep = " ", info = c("sequenceID","eventID","SIZE"))
Although the helper function makes c () details look like an optional header, this is not the case. It seemed to me that I needed to remove the header from my file and specify it in the read_baskets () command, or I ran into problems.
ednaMode
source share