Is it possible to attach this into the namespace to function similar to a package. #311
Replies: 1 comment
-
There are two questions here:
(The reason |
Beta Was this translation helpful? Give feedback.
-
There are two questions here:
(The reason |
Beta Was this translation helpful? Give feedback.
-
I'm hoping to be able to access all functions in a module, to appear the same way as though it was a loaded package.
box::use(sf = ./CoreMisc/SF1[...])
Such that i could use:
sf::MyFunction()
rather than:
sf$MyFunction()
I tried:
attach(sf, name = "package:sf")
With no luck.
Beta Was this translation helpful? Give feedback.
All reactions