Skip to contents

Example Card

Usage

ex_card_ui(id)

ex_card_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_card_ui(): Module UI

  • ex_card_server(): Module Server