Add information for line-by-line visualization
add_lines.Rd
This function adds columns to the dataset that adds a line ID, and changes columns with timestamps relative to the beginning of the line, so data can be visualized line-by-line. The participant column is also adjusted to create a Y-coordinate for each speaker. The line duration is set to 60 seconds by default.
Usage
add_lines(data, time_columns = c("begin", "end"), line_duration = 60000)