Hi, I am writing a package and I need the hidden functions of another package. If I import that package while writing my package, do I have access to its hidden functions?
That is, the environment of function sd() from stats package environment refers to the stats namespace environment as its environment.
As a consequence, when function sd() runs, a new environment is created whose enclosure is the stats namespace environment and all hidden functions within the namespace become available to function sd().
same as we import package in another Package in R,all hidden functions within the package become available to function