diff options
Diffstat (limited to 'R/build_scenarios.R')
| -rw-r--r-- | R/build_scenarios.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/R/build_scenarios.R b/R/build_scenarios.R index 41670c80..e089b38f 100644 --- a/R/build_scenarios.R +++ b/R/build_scenarios.R @@ -17,7 +17,7 @@ if(length(args) >=2){ reinvflags <- rep(TRUE, length(dealnames))
}else{
data <- read.table(file.path(root.dir, "scripts", "scenarios.txt"))
- dealnames <- data$V1
+ dealnames <- as.character(data$V1)
reinvflags <- data$V2
unlink(file.path(root.dir, "scripts", "scenarios.txt"))
}
|
