Creating A Function In R
Make Your Basic (and later complex) Calculations Easy
2 min readJun 28, 2020
--
The R Program allows one to create and use their own function in order to make data processing easy. Here, I will be taking the Quadratic Formula, creating it in R and will run the function with some example to show how R can make calculations easier regardless of whether one aims to use R for statistics for simply for the fun of it.