out: Export R objects

View source: R/export.r

outR Documentation

Export R objects

Description

out can be used with export function to insert an R results

Usage

out(x, results = "verbatim")

Arguments

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.

Value

An out object

Author(s)

David Hajage


ascii documentation built on May 29, 2024, 6:10 a.m.

Related to out in ascii...