For R programming, write a function called front() that inputs a vectorx and a number n and returns the first n elements of x. When n is greater than length(x), your function should just return x. * Note: without using if statement. Math Statistics and Probability STATS MISC
The post For R programming, write a function called front() that inputs a vect first appeared on coures studys.