Skip to contents

This function essentially wraps `write.table` with a calling handler that suppresses appending warnings that would appear with the argument `col.names = TRUE`.

Usage

append_to_table(data, filename, ...)

Arguments

data

Any object which can be handled by `write.table`.

filename

Name of file to append to.

...

All additional arguments are passed to `write.table`.