Module: WebR
The webR JavaScript API.
Table of contents
References
Classes
Interfaces
Type Aliases
Variables
References
RCall
Re-exports RCall
RCharacter
Re-exports RCharacter
RComplex
Re-exports RComplex
RDouble
Re-exports RDouble
REnvironment
Re-exports REnvironment
RFunction
Re-exports RFunction
RInteger
Re-exports RInteger
RList
Re-exports RList
RLogical
Re-exports RLogical
RNull
Re-exports RNull
RObject
Re-exports RObject
RPairlist
Re-exports RPairlist
RRaw
Re-exports RRaw
RString
Re-exports RString
RSymbol
Re-exports RSymbol
isRCall
Re-exports isRCall
isRCharacter
Re-exports isRCharacter
isRComplex
Re-exports isRComplex
isRDouble
Re-exports isRDouble
isREnvironment
Re-exports isREnvironment
isRFunction
Re-exports isRFunction
isRInteger
Re-exports isRInteger
isRList
Re-exports isRList
isRLogical
Re-exports isRLogical
isRNull
Re-exports isRNull
isRObject
Re-exports isRObject
isRPairlist
Re-exports isRPairlist
isRRaw
Re-exports isRRaw
isRSymbol
Re-exports isRSymbol
Type Aliases
FSNode
Ƭ FSNode: Object
A filesystem entry in the Emscripten Virtual File System
Type declaration
Name | Type |
---|---|
contents |
{ [key: string] : FSNode ; } |
id |
number |
isFolder |
boolean |
mode |
number |
name |
string |
Defined in
webR/webr-main.ts:85
Variables
ChannelType
• Const
ChannelType: Object
Type declaration
Name | Type |
---|---|
Automatic |
0 |
PostMessage |
3 |
ServiceWorker |
2 |
SharedArrayBuffer |
1 |
Defined in
webR/chan/channel-common.ts:12