coerceToJSString: Coerce an object to a string

Description Usage Arguments Value

View source: R/utils.R

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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
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


jverzani/gWidgetsWWW2 documentation built on Feb. 9, 2020, 5:18 p.m.