Guillawme / rfret

Analyze FRET Binding Data with R
https://guillawme.github.io/rfret
Other
2 stars 5 forks source link

Migrate from base to tidyverse #41

Open Guillawme opened 6 years ago

Guillawme commented 6 years ago

This is mostly polishing.

All occurrences of lapply and mapply could be rewritten using map functions from the purrr package.

Guillawme commented 6 years ago

Also, use stringr functions instead of base function at the few places that have string operations.

Guillawme commented 6 years ago

There are still a couple occurrences of nested mapply calls, which I don't know yet how to properly translate to map.