Vectorized Operations & Functions:

1. Replicate Function in R: Rep() is the function in R that replicates the values as per the argument passed. in the above example Sri is the string and 3 is the argument Passed. The Output printed in console is “sri” “sri” sri’ , as the argument passed is 3 so the Value is printed thrice. …

Vectorized Operations & Functions: Read More »