rlang-mtcars
v1.1.0
Published
R programming language mtcars data in JSON
Downloads
0
Readme
⚙️ Installation
npm i rlang-mtcars
CDN Links:
- https://cdn.jsdelivr.net/npm/[email protected]/rlang-mtcars.js
- https://www.unpkg.com/[email protected]/rlang-mtcars.js
📖 Usage
▣ Import
// ES6
import mtcars from "rlang-mtcars";
// commonjs
const mtcars = require("rlang-mtcars");
▣ mtcars
const data = mtcars();
console.log(data);
console.log(data[1]);