R/hello.R
ex_card.Rd
Example Card
ex_card_ui(id) ex_card_server(id, counter, fun, seed)
The id string to be namespaced (optional).
A reactive giving the current counter run (integer).
A (slow) function to calculate each of the results.
Scalar integer to be used by the slow function. This is a placeholder variable used for invalidation.
ex_card_ui(): Module UI
ex_card_ui()
ex_card_server(): Module Server
ex_card_server()