Lightweight and Self-Contained Modules for Code Organization
Use a Package as if a Module
Drop a Module
Test if an Object is a Module
Test if an Object is a Thing
Make a Module
Name a Module
Print a Module
Provide Objects from a Module
Copy Bindings from a Module to Another
Load/Attach Package to Local Search Path
Invoke the Active Binding in a Thing
Make a Thing
Load/Attach a Module to the Search Path
Creates modules inline or from a file. Modules can contain any R object and be nested. Each module have their own scope and package "search path" that does not interfere with one another or the user's working environment.