Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 2 of 2 found.
[1] < 1 > [1]  Sort:

V8 (Package: V8) : Run JavaScript in a V8 context

The v8 function (formerly called new_context) creates a new V8 context. A context provides an execution environment that allows separate, unrelated, JavaScript code to run in a single instance of V8, like a tab in a browser.
● Data Source: CranContrib
● Keywords:
● Alias: V8, new_context
● 0 images

JS (Package: V8) : Mark character strings as literal JavaScript code

This function JS() marks character vectors with a special class, so that it will be treated as literal JavaScript code. It was copied from the htmlwidgets package, and does exactly the same thing.
● Data Source: CranContrib
● Keywords:
● Alias: JS
● 0 images