seq_len_cpp: Generate a sequence of values based on supplied number

View source: R/RcppExports.R

seq_len_cppR Documentation

Generate a sequence of values based on supplied number

Description

Creates a vector containing a sequence of values starting at 1 and going to the terminal point.

Usage

seq_len_cpp(n)

Arguments

n

An int that denotes the length of the vector.

Value

A vector containing values moving from 1 to n.

Author(s)

James J Balamuta


simts documentation built on Aug. 31, 2023, 5:07 p.m.