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
RDataFrame
Re-exports RDataFrame
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
FSMountOptions
Ƭ FSMountOptions<T
>: T
extends "NODEFS"
? { root
: string
} : { blobs?
: { data
: Blob
; name
: string
}[] ; files?
: (File
| FileList
)[] ; packages?
: { blob
: Blob
; metadata
: any
}[] }
Configuration settings to be used when mounting Filesystem objects with Emscripten
Type parameters
Name | Type |
---|---|
T |
extends FSType = FSType |
Defined in
webR/webr-main.ts:106
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 |
mounted |
null | { mountpoint : string ; root : FSNode } |
name |
string |
Defined in
webR/webr-main.ts:87
FSType
Ƭ FSType: "NODEFS"
| "WORKERFS"
An Emscripten Filesystem type
Defined in
webR/webr-main.ts:100
Variables
ChannelType
• Const
ChannelType: Object
Type declaration
Name | Type |
---|---|
Automatic |
0 |
PostMessage |
3 |
ServiceWorker |
2 |
SharedArrayBuffer |
1 |
Defined in
webR/chan/channel-common.ts:11