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 = T,
show_ChartaR = T,
show_MappaR = T,
show_BoostaR = T,
show_GlimmaR = T,
show_DevelopaR = T,
starting_tab = "ChartaR",
starting_response = NULL,
sidebar_width = 250,
num_threads = -1
)
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) |
# 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.