import: An Import Mechanism for R

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.

Package details

AuthorStefan Milton Bache [aut], Magnus Thor Torfason [aut, cre]
MaintainerMagnus Thor Torfason <m@zulutime.net>
LicenseMIT + file LICENSE
Version1.3.1
URL https://github.com/rticulate/import
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("import")

Try the import package in your browser

Any scripts or data that you put into this service are public.

import documentation built on Sept. 24, 2023, 1:08 a.m.