View source: R/select_non_numeric_cols.R
select_non_numeric_cols | R Documentation |
Select Non-Numeric Columns Helper function to select only non-numeric columns in a dataset. It will also exclude character columns that have only numeric values.#'
select_non_numeric_cols(df)
df |
A dataframe object. |
Returns a dataframe object with only non-numeric columns selected.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.