Nothing
nav_pills <- 'box(
title = "Nav Pills",
status = "info",
width = 12,
footerPadding = FALSE,
footer = navPills(
navPillsItem(
selected = TRUE,
left = "Item 1",
color = "green",
right = "Some text here"
),
navPillsItem(
left = "Item 2",
color = "red",
icon = icon("angle-down"),
right = "10%"
)
)
)'
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.