inst/app-rfm/ui/ui_segment_size.R

tabPanel("Segment Size", value = "tab_segment_size",

	fluidPage(

		fluidRow(
      column(6, align = 'left',
        h4('Segment Distribution'),
        p("Distribution of customers across the segments.")
      )
    ),

    hr(),

		fluidRow(

			br(),
			br(),
			column(12, align = 'center', 
				verbatimTextOutput('segment_size_out') %>% 
					withSpinner()
			)

		)

	)

)

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.