Write *data* to supplied file in append mode without generating a warning message.
Source:R/utilities.R
append_to_table.Rd
This function essentially wraps `write.table` with a calling handler that suppresses appending warnings that would appear with the argument `col.names = TRUE`.