Skip to content

Instantly share code, notes, and snippets.

View fernote7's full-sized avatar
🤖

Fernando fernote7

🤖
View GitHub Profile
@fernote7
fernote7 / app.R
Created September 20, 2017 18:02 — forked from edgararuiz-zz/app.R
library(shinydashboard)
library(dplyr)
library(dbplyr)
library(purrr)
library(shiny)
library(highcharter)
library(DT)
library(htmltools)
# Use the `config` package to get the credentials
@fernote7
fernote7 / app.R
Created September 20, 2017 18:02 — forked from edgararuiz-zz/app.R
library(shinydashboard)
library(dplyr)
library(dbplyr)
library(purrr)
library(shiny)
library(highcharter)
library(DT)
library(htmltools)
library(nycflights13)