All Questions
2 questions
3
votes
2
answers
335
views
Make "tidy" tibble dataset with matrix variable
I have a dataset in a one-row-per-person format, but I want to merge in a dataset as a matrix variable -- basically, if not for the need of the tidy format, I would use a fuzzy join to merge in data ...
1
vote
1
answer
91
views
rbind nested tibbles within groups
I have a tibble with a list column of tibbles (with compatible columns). I would like to rbind the tibbles after grouping. Here is a simplified example, where I would like to group on the tpm column:
...