R/special_vectors.R
id_vector.Rd
id vector with sequence of integers
id_vector(size, start = 1)
integer, size of the output vector
integer, value of the first element
id_vector(10, 2) #> [1] 2 3 4 5 6 7 8 9 10 11