lucidum | R Documentation |
Launch lucidum
lucidum(
data = NULL,
BoostaR_models = NULL,
GlimmaR_models = NULL,
kpi_spec = NULL,
filter_spec = NULL,
feature_spec = NULL,
specification_path = NULL,
show_DataR = TRUE,
show_ChartaR = TRUE,
show_MappaR = TRUE,
show_BoostaR = TRUE,
show_GlimmaR = TRUE,
show_DevelopaR = FALSE,
starting_tab = "ChartaR",
starting_response = NULL,
sidebar_width = 280,
num_threads = -1,
title = NULL
)
data |
data.frame or data.table to analyse in lucidum. |
BoostaR_models |
character, path to .rds file containing BoostaR_models. |
GlimmaR_models |
character, path to .rds file containing GlimmaR_models. |
kpi_spec |
character, path to kpi specification file. |
filter_spec |
character, path to filter specification file. |
feature_spec |
character, path to feature specification file. |
specification_path |
character, path to feature specification folder |
show_DataR |
logical, TRUE (not default) will show the DataR menu item. |
show_ChartaR |
logical, TRUE (default) will show the ChartaR menu item. |
show_MappaR |
logical, TRUE (default) will show the MappaR menu item. |
show_BoostaR |
logical, TRUE (default) will show the BoostaR menu item. |
show_GlimmaR |
logical, TRUE (default) will show the GlimmaR menu item. |
show_DevelopaR |
logical, TRUE (not default) will show the ShinyAce console. |
starting_tab |
character, name of tab to show on startup. |
starting_response |
character, name of response column to show on startup. |
sidebar_width |
integer, width of the sidebar. |
num_threads |
integer, number of threads for data.table and lightgbm (default -1 means max threads) |
title |
character, text to show in the app header. |
# Launch lucidum with the supplied demo dataset called "insurance"
lucidum(insurance, starting_response = 'price')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.