.write {goxygen}R Documentation

.write

Description

helper function which writes a character vector line by line in a markdown document

Usage

.write(zz, data)

Arguments

zz

a connection object of class "textConnection" containing the markdown document

data

a character vector to be written to the markdown document

Author(s)

Jan Philipp Dietrich

See Also

goxygen, createModulePage


[Package goxygen version 1.0.3 Index]