LoadModule: A function to load a module function from url or disk.

Description Usage Arguments Value

Description

Loads a module function into the global environment ready to be used in a zoon workflow. This function is mostly for use while developing modules. Workflows run with modules defined locally are no longer reproducible and so are discouraged and will be tagged as 'unreproducible'.

Usage

1
LoadModule(module)

Arguments

module

A string that describes the location of the R file. Can be a a full URL or a path to a local file.

Value

Name of the function. Adds function to global namespace.


Boodogs/zoon-clone documentation built on May 6, 2019, 7:59 a.m.