https://github.com/cran/RecordLinkage
Raw File
Tip revision: b32452149857b15849e9c82fb81e812df6e921fc authored by Murat Sariyar on 08 November 2022, 13:10:15 UTC
version 0.4-12.4
Tip revision: b324521
ff_vector-class.Rd
\name{ff_vector-class}
\Rdversion{1.1}
\docType{class}
\alias{ff_vector-class}

\title{Class \code{"ff_vector"}}
\description{
  S4 representation of S3 class \code{"ff_vector"}, created by \code{\link{setOldClass}}.
  See \code{\link[ff]{ff}} for documentation of the underlying S3 class.
}

\section{Objects from the Class}{A virtual Class: No objects may be created from it.}
\section{Slots}{
  \describe{
    \item{\code{.S3Class}:}{Object of class \code{"character"}}
  }
}
\section{Extends}{
Class \code{"\linkS4class{oldClass}"}, directly.
}
\section{Methods}{
No methods defined with class "ff_vector" in the signature.
}
\keyword{classes}
back to top