summaryrefslogtreecommitdiff
path: root/man/summary.idframe.Rd
blob: dfa0841d147fd725ce36ed7848c12c044ac33d90 (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.1): 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)
}