inst/app-blorr/ui/ui_analyze.R

navbarMenu('Analyze', icon = icon('search-plus'),
	source('ui/ui_homes.R', local = TRUE)[[1]],
	source('ui/ui_bivar.R', local = TRUE)[[1]],
  source('ui/ui_mlr.R', local = TRUE)[[1]],
	source('ui/ui_varsel.R', local = TRUE)[[1]],
	source('ui/ui_valid.R', local = TRUE)[[1]],
	source('ui/ui_resid_diag.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.