diff options
Diffstat (limited to 'R/load_cf.R')
| -rw-r--r-- | R/load_cf.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/R/load_cf.R b/R/load_cf.R index ff9235c7..b29e7646 100644 --- a/R/load_cf.R +++ b/R/load_cf.R @@ -132,7 +132,7 @@ getdealcf <- function(dealnames, zipfiles, tradedate=Sys.Date()){ error=function(e){
logerror(conditionMessage(e))
NULL})
- if(is.null(data)||nrow(data)<2){
+ if(is.null(data)||nrow(data)<1){
loginfo(paste(dealname, i, tranche))
break
flag <- FALSE
|
