R and R-Studio
They are statistical language and ID
r
orR
- R console in terminalRscript my.r
- executes file in terminalRscript -e "getwd()"
- executes cmd in terminal, can quickly install a library.R CMD BATCH my.r
runs R script and saves output tomy.r.Rout
- To make R Script executable like
./my.r
then:- set permission to 755
- add correct
#!
to top of file
2025-01-12
January 12, 2025