inst/app-descriptr/ui/ui_eda_home.R

tabPanel('EDA', value = 'tab_eda_home',

	fluidPage(

		fluidRow(
			column(12, align = 'center',

				uiOutput('eda_options')

			),

			column(12, align = 'center',

				uiOutput('infer_options')

			),

			column(12, align = 'center',

				uiOutput('viz_options')

			),

			column(12, align = 'center',

				uiOutput('model_options')

			)
		)
	)
)

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.