inst/app-olsrr/ui/ui_view.R

tabPanel('View', value = 'tab_view',
	fluidPage(

		br(),

		fluidRow(
			column(6, align = 'left',
			  actionButton(inputId='view2getdata', label=" Get Data", icon = icon("long-arrow-left"))         
			),
			column(6, align = 'right',
			  actionButton(inputId='view2analyze', label="Analyze Data", icon = icon("long-arrow-right"))         
			)
		),

		hr(),

		fluidRow(
			dataTableOutput(outputId = "table")
			)
		)
)

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.