features_to_tibble.Rd
Features to Tibble
features_to_tibble( data, remove_columns = NULL, keep_columns = NULL, to_upper = T )
library(asbviz) library(tidyverse) features_to_tibble(data = iris, remove_columns = "Species") %>% table_tooltip(data = iris, df_tip = .) %>% hc_xy(x = "Sepal.Length", y = "Sepal.Width", group = "Species", tooltip = "html_tooltip", plot_symbol = NULL)