Skip to contents

Example Cards

Usage

ex_cards_ui(id)

ex_cards_server(id, counter, fun, seed)

Arguments

id

The id string to be namespaced (optional).

counter

A reactive giving the current counter run (integer).

fun

A (slow) function to calculate each of the results.

seed

Scalar integer to be used by the slow function. This is a placeholder variable used for invalidation.

Functions

  • ex_cards_ui(): Module UI

  • ex_cards_server(): Module Server