Data server module
datasetServer.Rd
we just use get()
to retrieve the dataset with its name...Here we take advantage of the usual rule that last expression processed in the function becomes the return value. This value should always be a reactive
This module function comes from the Getting started: UI input + server output section of Mastering Shiny.