getPosition.Package | R Documentation |
Gets the search path position of the package.
## S3 method for class 'Package'
getPosition(this, ...)
... |
Not used. |
An integer
.
Henrik Bengtsson
*getEnvironment()
.
search
().
For more information see Package
.
pkg <- Package("base")
print(getPosition(pkg))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.