inst/app-rfm/ui/ui_rfm_histogram.R

tabPanel('Histogram', value = 'tab_rfm_histogram',

	fluidPage(

		fluidRow(
      column(6, align = 'left',
        h4('Histograms'),
        p("Histograms of recency, frequency and monetary value.")
      )
    ),

    hr(),

		fluidRow(

			br(),
			br(),
			column(2),
			column(8, align = 'center', 
				plotOutput('plot_histogram', height = '500px') %>% 
				  withSpinner()
			),
			column(2)

		)

	)

)

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.