I was reading through the column-wise operations documentation for tidyverse's dplyr here: https://dplyr.tidyverse.org/articles/colwise.html, and toward the end of the article there are three bullet points, the first of which reads as follows:
"You can have a column of a data frame that is itself a data frame. This is something provided by base R, but it’s not very well documented, and it took a while to see that it was useful, not just a theoretical curiosity."
I'm not sure I understand what this means. Can someone provide example code of how to create a dataframe that has a column that is itself a dataframe so I can try to understand what this means?"