Class: RCharacter

RWorker.RCharacter

Hierarchy

  • RVectorAtomic<string>

    RCharacter

Table of contents

Constructors

Properties

Accessors

Methods

Constructors

constructor

new RCharacter(val): RCharacter

Parameters

Name Type
val WebRDataAtomic<string>

Returns

RCharacter

Overrides

RVectorAtomic&lt;string&gt;.constructor

Defined in

webR/robj-worker.ts:1207

Properties

ptr

ptr: number

Inherited from

RVectorAtomic.ptr

Defined in

webR/robj-worker.ts:177

Accessors

[toStringTag]

get [toStringTag](): string

Returns

string

Inherited from

RVectorAtomic.[toStringTag]

Defined in

webR/robj-worker.ts:206


length

get length(): number

Returns

number

Inherited from

RVectorAtomic.length

Defined in

webR/robj-worker.ts:968

Methods

attrs

attrs(): Nullable<RPairlist>

Returns

Nullable<RPairlist>

Inherited from

RVectorAtomic.attrs

Defined in

webR/robj-worker.ts:242


class

class(): RCharacter

Returns

RCharacter

Inherited from

RVectorAtomic.class

Defined in

webR/robj-worker.ts:246


detectMissing

detectMissing(): boolean[]

Returns

boolean[]

Inherited from

RVectorAtomic.detectMissing

Defined in

webR/robj-worker.ts:984


entries

entries(): NamedEntries<null | string>

Returns

NamedEntries<null | string>

Inherited from

RVectorAtomic.entries

Defined in

webR/robj-worker.ts:1026


get

get(prop): this

Parameters

Name Type
prop string | number

Returns

this

Inherited from

RVectorAtomic.get

Defined in

webR/robj-worker.ts:972


getDollar

getDollar(): RObject

Returns

RObject

Inherited from

RVectorAtomic.getDollar

Defined in

webR/robj-worker.ts:980


getString

getString(idx): null | string

Parameters

Name Type
idx number

Returns

null | string

Defined in

webR/robj-worker.ts:1221


includes

includes(name): null | boolean

Parameters

Name Type
name string

Returns

null | boolean

Inherited from

RVectorAtomic.includes

Defined in

webR/robj-worker.ts:282


inspect

inspect(): void

Returns

void

Inherited from

RVectorAtomic.inspect

Defined in

webR/robj-worker.ts:220


isNa

isNa(): boolean

Returns

boolean

Inherited from

RVectorAtomic.isNa

Defined in

webR/robj-worker.ts:228


isNull

isNull(): this is RNull

Returns

this is RNull

Inherited from

RVectorAtomic.isNull

Defined in

webR/robj-worker.ts:224


isUnbound

isUnbound(): boolean

Returns

boolean

Inherited from

RVectorAtomic.isUnbound

Defined in

webR/robj-worker.ts:238


names

names(): null | (null | string)[]

Returns

null | (null | string)[]

Inherited from

RVectorAtomic.names

Defined in

webR/robj-worker.ts:273


pluck

pluck(...path): undefined | RObject

Parameters

Name Type
...path (string | number)[]

Returns

undefined | RObject

Inherited from

RVectorAtomic.pluck

Defined in

webR/robj-worker.ts:320


set

set(prop, value): RObject

Parameters

Name Type
prop string | number
value RObject | WebRDataRaw

Returns

RObject

Inherited from

RVectorAtomic.set

Defined in

webR/robj-worker.ts:336


setNames

setNames(values): this

Parameters

Name Type
values null | (null | string)[]

Returns

this

Inherited from

RVectorAtomic.setNames

Defined in

webR/robj-worker.ts:257


subset

subset(prop): this

Parameters

Name Type
prop string | number

Returns

this

Inherited from

RVectorAtomic.subset

Defined in

webR/robj-worker.ts:976


toArray

toArray(): (null | string)[]

Returns

(null | string)[]

Overrides

RVectorAtomic.toArray

Defined in

webR/robj-worker.ts:1245


toJs

toJs(): WebRDataJsAtomic<string>

Returns

WebRDataJsAtomic<string>

Inherited from

RVectorAtomic.toJs

Defined in

webR/robj-worker.ts:1032


toObject

toObject(«destructured»?): NamedObject<null | string>

Parameters

Name Type Default value
«destructured» Object {}
› allowDuplicateKey undefined | boolean true
› allowEmptyKey undefined | boolean false

Returns

NamedObject<null | string>

Inherited from

RVectorAtomic.toObject

Defined in

webR/robj-worker.ts:1008


toString

toString(): string

Returns

string

Defined in

webR/robj-worker.ts:1225


toTypedArray

toTypedArray(): Uint32Array

Returns

Uint32Array

Overrides

RVectorAtomic.toTypedArray

Defined in

webR/robj-worker.ts:1236


type

type(): "string" | "symbol" | "function" | "null" | "pairlist" | "closure" | "environment" | "promise" | "call" | "special" | "builtin" | "logical" | "integer" | "double" | "complex" | "character" | "dots" | "any" | "list" | "expression" | "bytecode" | "pointer" | "weakref" | "raw" | "s4" | "new" | "free"

Returns

"string" | "symbol" | "function" | "null" | "pairlist" | "closure" | "environment" | "promise" | "call" | "special" | "builtin" | "logical" | "integer" | "double" | "complex" | "character" | "dots" | "any" | "list" | "expression" | "bytecode" | "pointer" | "weakref" | "raw" | "s4" | "new" | "free"

Inherited from

RVectorAtomic.type

Defined in

webR/robj-worker.ts:182


wrap

wrap<T>(this, ptr): InstanceType<T>

Type parameters

Name Type
T extends typeof RObject

Parameters

Name Type
this T
ptr number

Returns

InstanceType<T>

Inherited from

RVectorAtomic.wrap

Defined in

webR/robj-worker.ts:200