Learn R Programming

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

js (version 1.2)

Tools for Working with JavaScript in R

Description

A set of utilities for working with JavaScript syntax in R. Includes tools to parse, tokenize, compile, validate, reformat, optimize and analyze JavaScript code.

Copy Link

Version

Install

install.packages('js')

Monthly Downloads

4,020

Version

1.2

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Jeroen Ooms

Last Published

June 3rd, 2020

Functions in js (1.2)

coffee_compile

Coffee Script
uglify

Compress and Reformat JavaScript Code
js_typeof

Get the type of a JavaScript object
js_eval

Evaluate JavaScript
js_validate_script

Validate JavaScript
esprima

JavaScrip Syntax Tree
jshint

Static analysis tool for JavaScript