Learn R Programming

TableMonster (version 1.7.6)

tmDisplay<-: Assignment function for the 'display' attribute

Description

Assignment function for the 'display' attribute of an object of class 'TableMonster'

Usage

tmDisplay(x) <- value

Arguments

x

An object of class 'TableMonster'

value

A vector of length exceeding the number of columns by 1 consiting of the format specifiers, '"d"' (for integers), '"f"', '"e"', '"E"', '"g"', '"G"', '"fg"' (for reals), or '"s"' (for strings).

Author

Grant Izmirlian

Details

This attribute is optional and is only used when you want to specify the format type for each column as other than "g" (general format).

References

<https://www.youtube.com/watch?v=CM1TaNVnh58>