Skip to content

Instantly share code, notes, and snippets.

View xgranda's full-sized avatar

Xavier Granda xgranda

View GitHub Profile
@xgranda
xgranda / Blog_Post.R
Created October 20, 2019 04:10
Consumer Analysis of Luxury Hotel's in Europe
------------ui.R---------------
shinyUI(dashboardPage(
dashboardHeader(title = "Europe's Luxury Hotels"),
dashboardSidebar(
sidebarMenu(
menuItem(text = "Home", tabName = "Home",icon = icon("home")),
menuItem(text = "Countries", tabName = "Countries",icon = icon("globe")),
menuItem(text = "Hotels", tabName = "Hotels",icon = icon("concierge-bell")),
menuItem(text = "Reviewers", tabName = "Reviewers",icon = icon("users")),