out can be used with export function to insert an R results
out
export
out(x, results = "verbatim")
x
an R object
results
if 'verbatim', the output is included in a verbatim environment. If 'ascii', the output is taken to be already proper markup and included as is.
'verbatim'
'ascii'
An out object
David Hajage