Convert numeric vector to integer vector if the numeric vector fully represents
an integer vector,
e.g. c(1, 5) to c(1L, 5L).
Otherwise the argument is returned unchanged.
Convert numeric vector to integer vector if the numeric vector fully represents
an integer vector,
e.g. c(1, 5) to c(1L, 5L).
Otherwise the argument is returned unchanged.