summaryrefslogtreecommitdiff
path: root/man/dataSlice.Rd
blob: 52eb438e97968fd2d84cdf534529f4079a4683a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/partition.R
\name{dataSlice}
\alias{dataSlice}
\title{Subset an idframe data}
\usage{
dataSlice(data, indices)
}
\arguments{
\item{data}{an object of class \code{idframe}}

\item{indices}{the indices that need to be subsetted}
}
\description{
Subsetting method for datas of class \code{idframe}
}