Learn R Programming

datacleanr (version 1.0.1)

navbarPageWithInputs: Navbar with Input

Description

Call this function with an input (such as textInput("text", NULL, "Search")) if you want to add an input to the navbar

Usage

navbarPageWithInputs(..., inputs)

Arguments

...

Regular Navbar elements, like tabPanel

inputs

shiny ui inputs

Value

Navbar function that allows adding inputs