From 57476b19ff12efff1554440664dd4caf394ea4c1 Mon Sep 17 00:00:00 2001
From: "B.Anderson" <ba1e12@srv02405.soton.ac.uk>
Date: Thu, 19 Dec 2019 23:38:46 +0000
Subject: [PATCH] added .RProfile to repo/project - does not get set in
 saveData package though

---
 .RProfile | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 .RProfile

diff --git a/.RProfile b/.RProfile
new file mode 100644
index 0000000..eb1157c
--- /dev/null
+++ b/.RProfile
@@ -0,0 +1,8 @@
+# Runs on project open ----
+# NB these are not set when saveData package is loaded
+projParams <- list() # list of params - so much easier with auto-complete
+
+source("projParams.R") # global params
+source("dictionaries.R") # dictionaries for re-labelling variables. Write once, read many!
+
+
-- 
GitLab