diff options
Diffstat (limited to 'R/tranches_RV_BC.R')
| -rw-r--r-- | R/tranches_RV_BC.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/R/tranches_RV_BC.R b/R/tranches_RV_BC.R index 890ac94a..8b008561 100644 --- a/R/tranches_RV_BC.R +++ b/R/tranches_RV_BC.R @@ -94,7 +94,7 @@ for(i in seq_along(runs$name1)){ paste(index2$name, row.names(index2$tranches), "PM PV"))
cat(paste(headers, collapse=","), "\n", file=filename)
}
- cat(paste(row, collapse=","), "\n", file=filename, append=TRUE)
+ cat(paste(row, collapse=","), sep="\n", file=filename, append=TRUE)
}
}
|
