| dict_size | R Documentation |
Return size of categorical variables in the data.frame
dict_size(data)
data |
( |
Named logical vector
glimpse(tiny_m5) dict_size(tiny_m5) # We can choose only the features we want - otherwise it automatically # selects logical, factor, character or integer vectors tiny_m5 %>% select(store_id, event_name_1) %>% dict_size()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.