This function essentially wraps `write.table` with a calling handler that suppresses appending warnings that would appear with the argument `col.names = TRUE`.
append_to_table(data, filename, ...)
Any object which can be handled by `write.table`.
Name of file to append to.
All additional arguments are passed to `write.table`.