aboutsummaryrefslogtreecommitdiffstats
path: root/R/load_cf.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/load_cf.R')
-rw-r--r--R/load_cf.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/load_cf.R b/R/load_cf.R
index 16a88b7e..3c7146eb 100644
--- a/R/load_cf.R
+++ b/R/load_cf.R
@@ -378,7 +378,7 @@ for(cusip in names(cusipdata)){
"VALUES($1, $2, $3, $4, $5, $6, $7)")
params <- c(identifier, as.character(tradedate), 'HY', values[1:4])
}
-
+ names(params) <- NULL
r <- tryCatch(dbSendQuery(dawndb, sqlstring, params=params),
error = function(w) logerror(w$message))
dbClearResult(r)