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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Mathematics Questions!