Learn R Programming

nextGenShinyApps (version 2.1)

nav: Nav tag

Description

A nav tag for creating HTML navigations

Usage

nav(class, id = NULL, role = NULL, ...)

Value

HTML content of a container with type nav

Arguments

class

The class of the navigation container

id

The identification of the navigation container

role

The character role of the container on the page

...

The content of the container

Examples

Run this code
nav('sample','id1','sample','some content')

Run the code above in your browser using DataLab