GNU R
Starting with R
Starting with R
Installation
Installation
→ Install additional R packages
Editor
Editor
RStudio IDE
http://www.rstudio.com/projects/
Tutorials
Tutorials
https://pairach.com/r-tutorials/
http://rseek.org/ R Google Search
Basics
Basics
# show list of data-objects: get all imported or created R variables/objects
"mydata" "samplenames"
# get current folder location: get actual location to read/write files (working directory)
"/home/myname"
# show content of current folder
"Desktop" "Downloads" "my_script.R"
Help
Help