View source: R/select_select_function.R
select_select | R Documentation |
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.
select_select(data)
data |
A data frame or tibble. |
mtcars %>% select_select()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.