List of simple R programs to begin programming in R: Simply Run the code using RStudio. List of Programs:
-
Scientific Calculator using Switch statement
-
Patterns using loop Statement
-
Prime Numbers from 1 to number entered by user
-
Factorial of a Number
-
Generate Fibonacci Series
-
Prime Number from 1 to 100 and break once first 5 prime numbers are found.
-
Prime Numbers from 1 to 100 but skip for 6th Number is the series.
-
Program to perform multiple operations in Switch
-
Convert Binary to Decimal
-
HCF of Numbers
-
LCM of Numbers