R/hello.R
ex_cards.Rd
Example Cards
ex_cards_ui(id) ex_cards_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_cards_ui(): Module UI
ex_cards_ui()
ex_cards_server(): Module Server
ex_cards_server()