make_single_pipe: make_single_pipe: Pipe function generator

View source: R/pipes.R

make_single_pipeR Documentation

make_single_pipe: Pipe function generator

Description

Create a pipe function for mapping a reactive expression/value to a module input

Usage

make_single_pipe(p = NULL, f = FALSE, rev = FALSE)

Arguments

f

fast boolean. Used with the '>>' or '<<' signs to return the item at the opposite of the arrow.

rev

Reverse operation. Boolean that indicates if this is a reverse operation, i.e. '<' or '<<'.


Novartis/tidymodules documentation built on Feb. 27, 2023, 8:35 a.m.