## In ui.R
## Create a navLink that acts as an action button:
bsNavLink(inputId = "link1", label="Run Example")
## Create a navLink that acts as a link:
bsNavLink(inputId = "link2", label="Google", href="http://www.google.com")
Run the code above in your browser using DataLab