coerceToJSString {gWidgetsWWW2}R Documentation

Coerce an object to a string

Description

Coerce an object to a string

S3 method for coerceToString

S3 method for coerceToString

S3 method for coerceToString

S3 method for coerceToString

S3 method for coerceToString

S3 method for coerceToString

Usage

coerceToJSString(x)

## Default S3 method:
coerceToJSString(x)

## S3 method for class 'character'
coerceToJSString(x)

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

## S3 method for class 'logical'
coerceToJSString(x)

## S3 method for class 'String'
coerceToJSString(x)

## S3 method for class 'list'
coerceToJSString(x)

Arguments

x

object to coerce

Value

returns object sometimes quoted


[Package gWidgetsWWW2 version 0.4-8 Index]