I have a csv file and I created a connection from this csv using file
function.
Now I would to add a new line to this connextion.
But if I use th writeLine
function, my new line replace all the pre existing lines because there is no append argument and I cant use write.csv
function bc my cs file is a connection. So what can I do ?