From dc34cc428274dd4fa71a3ebd6ba8968551df7f1a Mon Sep 17 00:00:00 2001 From: John Erickson Date: Tue, 26 Jan 2021 15:33:38 -0500 Subject: [PATCH] Added version data in comments --- app.R | 1 + 1 file changed, 1 insertion(+) diff --git a/app.R b/app.R index b80c7ca5..6429387d 100644 --- a/app.R +++ b/app.R @@ -2,6 +2,7 @@ # Uses Shinydashboard as a framework https://rstudio.github.io/shinydashboard/ # UI Template Created by Arielle Cerini, Brian Hotopp, Haoyu He, and James Young # Edited by Kara Kniss +# Version: 26 Jan 2021 #document for reading in the relevant libraries, data, and cleaning source('read_wapData.R')