Description Usage Arguments Value Examples
View source: R/find_fruits_veg.R
Returns the indices of numeric and categorical variables in the dataset
1 | find_fruits_veg(df, type_of_out = "categ")
|
df |
An input dataframe |
type_of_out |
A character that indicates the wanted type (numeric/ categorical) of data |
A vector of indices of wanted data type (numeric/ categorical)
1 | find_fruits_veg(iris, 'num')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.