import (Q81564)
From MaRDI portal
An Import Mechanism for R
Language | Label | Description | Also known as |
---|---|---|---|
English | import |
An Import Mechanism for R |
Statements
21 January 2024
0 references
Alternative mechanism for importing objects from packages and R modules. The syntax allows for importing multiple objects with a single command in an expressive way. The import package bridges some of the gap between using library (or require) and direct (single-object) imports. Furthermore the imported objects are not placed in the current environment.
0 references