Learn R Programming

⚠️There's a newer version (0.6.0) of this package.Take me there.

jrc (version 0.2.1)

Exchange Commands Between R and 'JavaScript'

Description

An 'httpuv' based bridge between R and 'JavaScript'. Provides an easy way to exchange commands and data between a web page and a currently running R session.

Copy Link

Version

Install

install.packages('jrc')

Monthly Downloads

284

Version

0.2.1

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Svetlana Ovchinnikova

Last Published

November 6th, 2019

Functions in jrc (0.2.1)

sendCommand

Send a command to the server
sendData

Send data to the server
setEnvironment

Set Environment
limitStorage

Change size of the message storage
authorize

Authorize further message processing
openPage

Create a server
closePage

Stop server
allowFunctions

Allow function calls without authorization
callFunction

Trigger a function call
getPage

Get opened page
allowVariables

Allow variable assignment without authorization
sendHTML

Send HTML to the server