Learn R Programming

import (version 1.3.4)

An Import Mechanism for R

Description

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.

Copy Link

Version

Install

install.packages('import')

Monthly Downloads

6,497

Version

1.3.4

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Magnus Torfason

Last Published

October 19th, 2025

Functions in import (1.3.4)

import

An Import Mechanism for R
from

Import Objects From a Package.