append_to_table: Write *data* to supplied file in append mode without...

View source: R/utilities.R

append_to_tableR Documentation

Write *data* to supplied file in append mode without generating a warning message.

Description

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'.


growR documentation built on May 29, 2024, 9:12 a.m.