Open Guillawme opened 6 years ago
Also, use stringr
functions instead of base function at the few places that have string operations.
There are still a couple occurrences of nested mapply
calls, which I don't know yet how to properly translate to map
.
This is mostly polishing.
All occurrences of
lapply
andmapply
could be rewritten usingmap
functions from thepurrr
package.