An open API service indexing awesome lists of open source software.

https://github.com/jtemporal/newproject

Few R codes
https://github.com/jtemporal/newproject

Last synced: about 1 month ago
JSON representation

Few R codes

Awesome Lists containing this project

README

          

# NewProject

Few codes in R

To make an executable (in linux):
- open the terminal in the folder that has your code
- run the command line:
chmod +x fileName.R
- to run also in terminal:
./fileName.R

if you are using R GUI or RStudio just run your code
the output will be displayed in the console

-start programming-\o/