There are several characters that should be avoided within data fields in .csv
and .tdv
like files handled by R's read.table()
with as many default settings untouched as it is only possible.
# " '
The former gives a false impression of a comment, the two latter may be mistaken for data field borders.
Substitute:
" with ” ' with ’