aboutsummaryrefslogtreecommitdiffstats
path: root/R/etdb.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/etdb.R')
-rw-r--r--R/etdb.R5
1 files changed, 0 insertions, 5 deletions
diff --git a/R/etdb.R b/R/etdb.R
deleted file mode 100644
index 6c650e23..00000000
--- a/R/etdb.R
+++ /dev/null
@@ -1,5 +0,0 @@
-library(DBI)
-dbCon <- dbConnect(RPostgres::Postgres(),
- dbname="ET",
- user="et_user",
- host="debian")