gwidgets2_tcltk_format_to_char {gWidgets2tcltk}R Documentation

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)

## 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.


[Package gWidgets2tcltk version 1.0-8 Index]