mod_newCol_srv | R Documentation |
Server logic for newCol module
mod_newCol_srv(id, dat, colType)
id |
standard parameter for shiny modules used to create namespaces and connect the UI module to the server module. |
dat |
a r data.frame you want users to derive a new column from and to. |
colType |
a text string, specifying a supported column type such as "Range Variable" |
an expression containing the 'dplyr::mutate()' expressions used to create new column
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.