I added a function to transform the flybase name into a string or a html element with links.
The new function needs stringr and dplyr, I wanted your feedback on this: should we make dplyr a necessary dependency (as I did) or should I modify the function. Although a modification would not be very difficult at this point, we may need dplyr for other functions in the future, I would therefore prefer solution 2.
In addition, we may directly use tidyverse instead of dplyr?
I also rename the function to have it start with "fb_" like the others.
Description
I added a function to transform the flybase name into a string or a html element with links. The new function needs stringr and dplyr, I wanted your feedback on this: should we make dplyr a necessary dependency (as I did) or should I modify the function. Although a modification would not be very difficult at this point, we may need dplyr for other functions in the future, I would therefore prefer solution 2. In addition, we may directly use tidyverse instead of dplyr?
I also rename the function to have it start with "fb_" like the others.
Related Issue
none
Example
rflybase is used for: https://colomb.shinyapps.io/Flystockcleaner/ (NB: need to install rflybase from my repo for it to work)
It looks great is'nt it? :)