select_select: Select which columns to put in dplyr::select()

View source: R/select_select_function.R

select_selectR Documentation

Select which columns to put in dplyr::select()

Description

Opens a shiny app to help select and sort desired columns. Drag and drop levels in the appropriate order. Copy the code output and replace the select_select() call.

Usage

select_select(data)

Arguments

data

A data frame or tibble.

Examples

mtcars %>% select_select()


Louismp1223/LMP3 documentation built on June 29, 2022, 5:11 p.m.