Learn R Programming

js (version 1.2.1)

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

2,345

Version

1.2.1

License

MIT + file LICENSE

Maintainer

Last Published

October 4th, 2024

Functions in js (1.2.1)

uglify

Compress and Reformat JavaScript Code
js_validate_script

Validate JavaScript
js_typeof

Get the type of a JavaScript object
js_eval

Evaluate JavaScript
esprima

JavaScrip Syntax Tree
jshint

Static analysis tool for JavaScript
coffee_compile

Coffee Script