R/hello.R
ex_card_body.Rd
Example Card Body
ex_card_body_ui(id) ex_card_body_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_body_ui(): Module UI
ex_card_body_ui()
ex_card_body_server(): Module Server
ex_card_body_server()