Rdocumentation
powered by
Learn R Programming
tidyr (version 0.3.1)
seq_range: Create an evenly spaced sequence of values from lowest to highest.
Description
Create an evenly spaced sequence of values from lowest to highest.
Usage
seq_range(x, n)
Arguments
x
A numeric vector
n
Number of values
Examples
Run this code
seq_range(
1
:
100
,
5
)
Run the code above in your browser using
DataLab