Learn R Programming

gWidgets2tcltk (version 1.0-8)

gwidgets2_tcltk_format_to_char: Format object to character class for inclusion in a table

Description

Gives chance to do more than as.character

Usage

gwidgets2_tcltk_format_to_char(x)

# S3 method for default gwidgets2_tcltk_format_to_char(x)

# S3 method for factor gwidgets2_tcltk_format_to_char(x)

# S3 method for integer gwidgets2_tcltk_format_to_char(x)

# S3 method for numeric gwidgets2_tcltk_format_to_char(x)

# S3 method for Date gwidgets2_tcltk_format_to_char(x)

# S3 method for data.frame gwidgets2_tcltk_format_to_char(x)

Arguments

x

object to format to character class

Value

object of character class with possible formatting.