append_to_table {growR} | R 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'. |
[Package growR version 1.3.0 Index]