iterate: Iterative generate output functions

iterateR Documentation

Iterative generate output functions

Description

Iterative generate output functions

Usage

iterate(
  x,
  fn,
  outputId,
  env = rlang::caller_env(),
  output,
  ...,
  rc = shiny::getDefaultReactiveDomain()
)

Arguments

x

(list) of items to iterate over

fn

(fn) output function to apply

outputId

(character) The namespace ID (1,2,3 will be appended for each iteration)

...

Further arguments passed on to 'fn'

header_names

(logical) Whether to create h4 headers above each item using the name

ns

(function) ns function from the enclosing shiny context

Value

(shiny.tag.list)


COHHIO/RminorElevated documentation built on Nov. 14, 2024, 6:28 p.m.