Combine function
why is it necessary to introduce the numbers including the fact that its a L (long) object to be an integer vector? Why would it not be an integer vector without the long designation?
2 answers ( 0 marked as helpful)
If you don't include the L, R will make your numbers doubles by default rather than integers.
Gotcha. Thank you!