Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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 ...
ktmbiome's user avatar
  • 183
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: ...
merv's user avatar
  • 76.2k