# NOT RUN {
module_path <- system.file("misc", "example_module.R", package = "mod")
example_module <- acquire(module_path)
# Attach module object to search path
use(example_module)
# or directly from file
use(module_path, "example_module")
# }
Run the code above in your browser using DataLab