File: elementExtract.Rd

package info (click to toggle)
r-bioc-structuralvariantannotation 1.13.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,568 kB
  • sloc: makefile: 2
file content (20 lines) | stat: -rw-r--r-- 461 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/util.R
\name{elementExtract}
\alias{elementExtract}
\title{Extracts the element of each element at the given position}
\usage{
elementExtract(x, offset = 1)
}
\arguments{
\item{x}{list-like object}

\item{offset}{offset of list}
}
\value{
The element of each element at given positions.
}
\description{
Extracts the element of each element at the given position
}
\keyword{internal}