https://github.com/jtemporal/newproject
Few R codes
https://github.com/jtemporal/newproject
Last synced: about 1 month ago
JSON representation
Few R codes
- Host: GitHub
- URL: https://github.com/jtemporal/newproject
- Owner: jtemporal
- Created: 2015-06-14T22:21:30.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-10-27T00:38:02.000Z (over 8 years ago)
- Last Synced: 2025-01-12T18:35:59.555Z (over 1 year ago)
- Language: R
- Homepage:
- Size: 114 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/