ClavelLab / maldipickr

Dereplicate And Cherry-pick Mass Spectrometry Spectra
https://clavellab.github.io/maldipickr/
GNU General Public License v3.0
2 stars 0 forks source link

`to_pick` column is masked in the vignette #17

Closed cpauvert closed 1 year ago

cpauvert commented 1 year ago

The example tables in the vignette are limited in width and some relevant columns are masked.

Could be solved by adding a dplyr::relocate() to some of the examples

example_df %>% dplyr::relocate(name, to_pick)