mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
decumented package
This commit is contained in:
parent
2588cf2b4f
commit
49695a5f41
13 changed files with 284 additions and 3 deletions
21
man/is_consecutive.Rd
Normal file
21
man/is_consecutive.Rd
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/data-summary.R
|
||||
\name{is_consecutive}
|
||||
\alias{is_consecutive}
|
||||
\title{Checks if elements in vector are equally spaced as indication of ID}
|
||||
\usage{
|
||||
is_consecutive(data)
|
||||
}
|
||||
\arguments{
|
||||
\item{data}{vector}
|
||||
}
|
||||
\value{
|
||||
logical
|
||||
}
|
||||
\description{
|
||||
Checks if elements in vector are equally spaced as indication of ID
|
||||
}
|
||||
\examples{
|
||||
1:10 |> is_consecutive()
|
||||
sample(1:100,40) |> is_consecutive()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue