Question: For R programming, write a function called front() that inputs a vector x and a number n and returns the first n elements of x.
For R programming, write a function called front() that inputs a vector x 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.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
