blob: e28372bd3da5a057ac6c6d0eec9540c3ee458472 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/idframe.R
\name{summary.idframe}
\alias{summary.idframe}
\title{idframe-object summaries}
\usage{
\method{summary}{idframe}(object)
}
\arguments{
\item{object}{an object of class \code{idframe}}
}
\description{
Generates a summary of objects inherting from class \code{idframe}
}
\examples{
data(cstr)
summary(cstr)
}
|