Dr. Ajay Kumar Koli, PhD | SARA Institute of Data Science, India

RStudio is an integrated development environment (IDE) for R and Python from company posit.

It includes a console, syntax-highlighting editor that supports direct code execution, and tools for plotting, history, debugging, and workspace management.
Download RStudio.
.RWrite codes in the R script \(\rightarrow\) Console will show the results.
Writing readable code because other people might need to use your code.
Writing readable code because you might need to use your code, a few weeks/months/years after you’ve written it.
Put spaces between and around variable names and operators (=+-*/).
Break up long lines of code.
Keeping a consistent style.
Correct answer: C) Data analysis and statistics
Correct answer: C) An integrated development environment (IDE) for R
Correct answer: A) 5
Correct answer: B) seq()
Correct answer: A) Console or Script Editor
Correct answer: C) <-
Correct answer: A) str()
Correct answer: C) read.csv()
Correct answer: C) ggplot2
Correct answer: B) Ctrl + Enter
