View source: R/select-variable.R
ps_select_variable | R Documentation |
Select Variable Columns
ps_select_variable(x, na_ignore = FALSE)
x |
A data frame. |
na_ignore |
A flag specifying whether to ignore missing values when determining if variable. |
A data frame with constant columns removed.
ps_select_variable(data.frame(x = c(1, 1), y = c(2, 1)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.