hammerlab / t-cell-data

https://tcelldata.hammerlab.org
6 stars 1 forks source link

Figure out how to do named imports #11

Open hammer opened 5 years ago

hammer commented 5 years ago

Maybe w/ https://github.com/smbache/import?

hammer commented 5 years ago

https://github.com/jonocarroll/importAs is also kinda cute

armish commented 5 years ago

FWIW: I sometimes simply do:

library(c(...))
select <- dplyr::select

to make sure a function that I will be making frequent use is the one that I intend to use. I don't think you need to fully load a package before being able to access its functions.

hammer commented 5 years ago

Maybe use https://github.com/r-lib/conflicted

hammer commented 5 years ago

Also https://github.com/klmr/modules