toString_engine: Write value-comment pairs into string vector
Description
Write value-comment pairs into string vector
Usage
toString_engine(val, comment, addQuote = TRUE)
Value
A character vector, ready to be printed of written to file
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?