Last data update: 2014.03.03

R: Format object to character class for inclusion in a table
gwidgets2_tcltk_format_to_charR Documentation

Format object to character class for inclusion in a table

Description

Gives chance to do more than as.character

method for generic

method for generic

method for generic

method for generic

method for generic

method for generic

Usage

gwidgets2_tcltk_format_to_char(x)

## Default S3 method:
gwidgets2_tcltk_format_to_char(x)

## S3 method for class 'factor'
gwidgets2_tcltk_format_to_char(x)

## S3 method for class 'integer'
gwidgets2_tcltk_format_to_char(x)

## S3 method for class 'numeric'
gwidgets2_tcltk_format_to_char(x)

## S3 method for class 'Date'
gwidgets2_tcltk_format_to_char(x)

## S3 method for class 'data.frame'
gwidgets2_tcltk_format_to_char(x)

Arguments

x

object to format to character class

Value

object of character class with possible formatting.

Results