getPosition.Package: Gets the search path position of the package
Description
Gets the search path position of the package.Usage
## S3 method for class 'Package}(this, ...)':
getPositionundefined
- ...{Not used.}
An
integer.
pkg <- Package("base")
  print(getPosition(pkg))
[object Object]
*getEnvironment().
  search.
  For more information see Package.
internal
methods