render_menu {semantic.dashboard}R Documentation

Create a menu output.

Description

Server-side function for dynamic sidebarMenu.

Usage

render_menu(expr, env = parent.frame(), quoted = FALSE)

renderMenu(expr, env = parent.frame(), quoted = FALSE)

Arguments

expr

menu.

env

The environment in which to evaluate expr.

quoted

Is expr a quoted expression (with quote())? This is useful if you want to save an expression in a variable.

Value

A dynamic menu that can be assigned to output.

Functions


[Package semantic.dashboard version 0.2.1 Index]