Tag Archives: module

Minimal, Explicit, Python Style Package Loading for R

About a year and a half back I was working in Python a bit and became accustomed to the explicit importing of modules (akin to R packages) and functions. Python imports packages like this: import tidyr import dplyr as dp … Continue reading

Posted in r, Uncategorized | Tagged , , , , , | 6 Comments