quickWrite {RBaM} | R Documentation |
Write a character vector (typically output of toString() to file)
Description
Write a character vector (typically output of toString() to file)
Usage
quickWrite(txt, dir, fname)
Arguments
txt |
Character vector, text to be written |
dir |
Character, directory where file is written. The directory is created if needed. dir should end with a path seperator (not checked here). |
fname |
Character, file name |
Value
Nothing
[Package RBaM version 1.0.1 Index]