Is there a way to automatically import all hidden functions from a package, i.e. functions available only with package:::fun ?
In fact, I made some changes to a given function that uses quite a lot of internal functions, and I want to avoid re-typing package::: everywhere.
I looked at the base function loadNamespace , but does not attach non-exported ones.
namespaces r package
clemlaflemme
source share