AARON-CLARK/shinyNewColumns: shinyNewColumns: a shiny module to derive custom columns in R data.frames on the fly

The shinyNewColumns module is simply a action button titled 'Create New Column' that can be placed anywhere in an existing shiny application. Upon clicking, a modal containing a user-friendly interface will launch & allow the user to build a new column off an existing data source. Specifically, the user will be able to select a new column type, name, label, and reference column(s) during deriviation. Along the way, the module helps the user visiualize existing column's distribution and summaries. Upon completion, the module returns the supplied data frame with the new column appended, and optional the dplyr::mutate() expressions used to create said column.

Getting started

Package details

AuthorAaron Clark
Maintainer
LicenseMIT + file LICENSE
Version0.0.7
URL https://github.com/AARON-CLARK/shinyNewColumns
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("AARON-CLARK/shinyNewColumns")
AARON-CLARK/shinyNewColumns documentation built on May 1, 2022, 8:02 p.m.