-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
25 lines (25 loc) · 1.25 KB
/
DESCRIPTION
File metadata and controls
25 lines (25 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Package: shinyNewColumns
Type: Package
Title: shinyNewColumns: a shiny module to derive custom columns in R data.frames on the fly
Version: 0.0.7
Author: Aaron Clark
Description: 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.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Imports:
DT,
dplyr,
glue,
golem,
shiny,
magrittr,
rlang,
ggplot2,
stringr,
purrr,
shinyFeedback
Authors@R: person('Aaron', 'Clark', email = 'clark.aaronchris@gmail.com', role = c('cre', 'aut'))
URL: https://github.com/AARON-CLARK/shinyNewColumns
BugReports: https://github.com/AARON-CLARK/shinyNewColumns/issues