Skip to content

Instantly share code, notes, and snippets.

View Quiri's full-sized avatar

Kirill Pomogajko Quiri

View GitHub Profile
@Quiri
Quiri / server.R
Created August 11, 2014 07:33 — forked from withr/server.R
library(shiny)
library(datasets)
Logged = FALSE;
PASSWORD <- data.frame(Brukernavn = "withr", Passord = "25d55ad283aa400af464c76d713c07ad")
# Define server logic required to summarize and view the selected dataset
shinyServer(function(input, output) {
source("www/Login.R", local = TRUE)
observe({
if (USER$Logged == TRUE) {