I could not find a solution on the Internet, but I thought it could be quite common.
With write.csv, I usually always have the row.name argument equal to F. Is it possible to run the line once and update the default argument for the rest of the session?
I tried:
paste <- paste(sep="")
which ran and did not return errors, but seemed to do nothing (and did not destroy the insert function). This is another one, I always set sep to "with paste, as if I always have" exclude = NULL "when I use a table so that I can see N / A values.
EDIT: So, I'm looking for a solution that will work for several functions, if possible, paste, write.csv, table and other functions like these.
thanks
r
nzcoops
source share