Aug 6, 2024
Mr. RI Rosinha
Miss Charu Adwa
Miss Lagan Jindel
Miss Manisha Yow
Mr. Mang Gupta
Miss Disha Mal
R: Open-source statistical computing environment
R Studio: Interactive development environment (IDE) for R
setwd()
command to define the directoryFive basic data types:
Vector Creation: Use c()
for combining elements
Vector Operations: Arithmetic operations can be applied to vectors of the same length; recycling occurs if vectors are of different lengths
a + b
, a - b
, etc.&
|
if
, else
, and for
loops to control flow based on conditions