inst/app-blorr/ui/ui_mlr.R

tabPanel('Regression', value = 'tab_reg', icon = icon('cubes'),

	navlistPanel(id = 'navlist_reg',
        well = FALSE,
        widths = c(2, 10),

        source('ui/ui_regress.R', local = TRUE)[[1]],
        source('ui/ui_model_fit_stats.R', local = TRUE)[[1]],
        source('ui/ui_multi_model_fit_stats.R', local = TRUE)[[1]]
				
    )
)

Try the xplorerr package in your browser

Any scripts or data that you put into this service are public.

xplorerr documentation built on May 21, 2021, 9:08 a.m.