export: Export a Variable

View source: R/namespace.R

exportR Documentation

Export a Variable

Description

Generates output representing the evaluated value for a given variable. This is done by outputing its class, and the result of its print and summary methods.

Usage

export(x)

Arguments

x

The object being exported.

Value

a list containing the class of the result, and the output of its print and summary methods.


jrdnmdhl/heRomod2 documentation built on June 29, 2023, 8:43 p.m.