extract_num_vars | R Documentation |
Extract the numerical variables from a data.frame or matrix.
extract_num_vars(data)
data |
(data.frame or matrix) The data. |
Returns the subset of the data while keeping the type (using drop = FALSE).
extract_num_vars(iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.