l.html.tabs: l.html.tabs

Description Usage Arguments Examples

Description

Tabs in html.

Usage

1
l.html.tabs(k=0, tab_names=NULL)

Arguments

itemknumeric of length 1. It is index of tab(0 for the begining, -1 for the end) itemtab_namescharacter vector with tabs names

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
require(l.html)
require(ggplot2)

l.html.tabs(0, tab_names=c('a', 'b', 'c') )

l.html.tabs(1)
tail(diamonds)

l.html.tabs(2)
qplot(data=diamonds, x = price)

l.html.tabs(3)
cat('koniec')

l.html.tabs(-1)

lucas9999/l.html documentation built on May 21, 2019, 8:53 a.m.