as.fmt {fmtr}R Documentation

Generic casting method for formats

Description

A generic method for casting objects to a format. Individual objects will inherit from this function.

Usage

as.fmt(x)

Arguments

x

The object to cast.

Value

A formatting object, created using the information in the input object.


[Package fmtr version 1.5.0 Index]