mod_newCol_srv: Server logic for newCol module

View source: R/mod_newCol.R

mod_newCol_srvR Documentation

Server logic for newCol module

Description

Server logic for newCol module

Usage

mod_newCol_srv(id, dat, colType)

Arguments

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"

Value

an expression containing the 'dplyr::mutate()' expressions used to create new column


AARON-CLARK/shinyNewColumns documentation built on May 1, 2022, 8:02 p.m.