module_arguments | R Documentation |
The documentation to this function lists all the arguments in teal modules that are used repeatedly to express an analysis.
Although this function just returns NULL
it has two uses, for
the teal module users it provides a documentation of arguments that are
commonly and consistently used in the framework. For the developer it adds a
single reference point to import the roxygen
argument description with:
@inheritParams module_arguments
Parameters with identical descriptions & input types to those in the Standard Template Arguments section are excluded to reduce duplication as each module function inherits parameters from its corresponding template function.
a teal_module
object.
The TLG Catalog where additional example apps implementing this module can be found.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.