I have a list of lists which contain strings. The first string of each sub-list describes the category to which the following strings belong. I want to get a (long-format) data frame with one column for the category and one for the content. How can I get a data frame in long format from this list:I have a list of lists which contain strings. T