From 25aaede9aa724c9aaa5b72455562fbda881c6ab2 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 2 Oct 2025 10:39:03 +0100 Subject: [PATCH] add all station in data --- app.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.R b/app.R index 4175aba..7bb1916 100644 --- a/app.R +++ b/app.R @@ -11,7 +11,7 @@ library(shinycssloaders) # For the spinner lapply(list.files(path = "R", pattern = "\\.R$", full.names = T), source) -source("secrets") +source("data/secrets") # Create a Bearer token header headers.default <- add_headers( @@ -20,7 +20,7 @@ headers.default <- add_headers( ) # Load station data -allstations <- read.csv("allstations.csv") +allstations <- read.csv("data/allstations.csv") # Define UI for application ui <- fluidPage(