inst/app-rfm/ui/ui_average_recency.R

tabPanel("Median Recency", value = "tab_average_recency",

	fluidPage(

		fluidRow(
      column(6, align = 'left',
        h4('Median Recency by Segment')
      )
    ),

    hr(),

		fluidRow(

			br(),
			br(),
			column(2),
			column(8, align = 'center', 
				plotOutput('segment_average_recency') %>% 
					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.