Learn R Programming

fixtuRes (version 0.1.3)

id_vector: id vector with sequence of integers

Description

id vector with sequence of integers

Usage

id_vector(size, start = 1)

Arguments

size

integer, size of the output vector

start

integer, value of the first element

Examples

Run this code
# NOT RUN {
id_vector(10, 2)
# }

Run the code above in your browser using DataLab