col_select: Select Columns from a Dataframe

Description Usage Arguments See Also Examples

View source: R/col_selecter.R

Description

Shiny gadget that will show the data frame in a miniUI. Select the columns that should be kept and hit Done.

Usage

1
col_select(df, ret = c("df_select", "dplyr_code"), top_n = 100)

Arguments

df

the data.frame you would like to subset.

ret

should the subsetted data frame or the dplyr code to make the subset be returned?

top_n

for performance col_select only shows the first n records, here you specify how many records you'd like to see. Default is 100.

See Also

https://edwinth.github.io/blog/column-selecter/

Examples

1
2

EdwinTh/thatssorandom documentation built on Jan. 18, 2020, 2:55 p.m.