.write {goxygen} | R Documentation |
helper function which writes a character vector line by line in a markdown document
.write(zz, data)
zz |
a connection object of class "textConnection" containing the markdown document |
data |
a character vector to be written to the markdown document |
Jan Philipp Dietrich