blob: 2489cc367d9986dc8a8b54befd4d80b9e12f4e0e (
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 object}
\usage{
dataSlice(object, indices)
}
\arguments{
\item{object}{an object of class \code{idframe}}
\item{indices}{the indices that need to be subsetted}
}
\description{
Subsetting method for objects of class \code{idframe}
}
|