Rdocumentation
powered by
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
Link to current version
Version
Version
1.2.1
1.2
1.1
1.0
0.2
0.1
Install
install.packages('js')
Monthly Downloads
2,345
Version
1.2.1
License
MIT + file LICENSE
Maintainer
Jeroen Ooms
Last Published
October 4th, 2024
Functions in js (1.2.1)
Search all functions
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