If con is a connection then this connection is returned invisibly.
If con is a raw vector then new data is appended to this vector
Arguments
con
Connection object or raw vector. When con is a raw vector, new
data will be appended to the vector and returned.
Connection objects can be
created with file(), url(),
rawConnection() or any of the other many connection creation
functions.
fmt
a character vector of format strings. See sprintf()