@extends("base.html") @require(htmlbase, view, pluginbase) @def content():

Do nothing (passes a dataset through unchanged)
Martin A. Fitzpatrick

Introduction

Convenience module to allow a selection of single inputs to feed multiple outputs, with only a single switch point. If you have a number of different filters set up, you can position this immediately after and chain all subsequent analysis off this. Then your entire analysis can be changed by switching the input into this module.

Quick start

Select source data and the exact same data will be available at the output port.

@end