Description Usage Arguments Author(s) Examples
Subset a dataframe by keeping the numeric variables.
1 |
df |
A Data frame. |
Dominique Makowski
1 2 3 4 5 | require(neuropsychology)
df <- personality
df_only_numeric <- select_numeric(df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.