njtierney / naniar

Tidy data structures, summaries, and visualisations for missing data
http://naniar.njtierney.com/
Other
649 stars 54 forks source link

Use `pivot_longer` instead of `gather` #301

Closed njtierney closed 1 year ago

njtierney commented 2 years ago

Although gather and spread from {tidyr} will still work, it would be good to help future proof the package somewhat.