Attaching a temporary namespace to the search path

谁说胖子不能爱 提交于 2019-12-02 00:03:59

There is something wrong in your motivation: your namespace does NOT have to be attached to the search path in order to use the '::' notation, it is actually the opposite.

The search path allows symbols to be picked by looking at all namespaces attached to the search path.

So, as Hadley told you, you just have to use devtools::load_all(), that's all...

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!