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

Description Usage Arguments Value

View source: R/zoonHelpers.R

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.


zoon documentation built on Feb. 28, 2020, 5:09 p.m.