toString_engine {RBaM} | R Documentation |
Write value-comment pairs into string vector
Description
Write value-comment pairs into string vector
Usage
toString_engine(val, comment, addQuote = TRUE)
Arguments
val |
List, object/list of values to be printed |
comment |
Character vector, associated comments (same length as val) |
addQuote |
Logical, ass double quotes to strings? |
Value
A character vector, ready to be printed of written to file
[Package RBaM version 1.0.1 Index]