regressoR (version 1.1.7)

tabsOptions: tabsOptions

Description

create tabs options on panels.

Usage

tabsOptions(buttons = list(icon("gear"), icon("terminal")),
  widths = c(50, 100), heights = c(100, 50), tabs.content = list("",
  ""))

Arguments

buttons

vector or list with icons of each tab.

widths

vector or list with widths of each tab.

heights

vector or list with heights of each tab.

tabs.content

list with the content of each tab.

Value

shiny.tag

Details

this function only work correctly on the server side because they need the css and js file.