R/RDataFileSet.R

###########################################################################/**
# @RdocClass RDataFileSet
# @alias byPath.RDataFileSet
#
# @title "The RDataFileSet class"
#
# \description{
#  @classhierarchy
#
#  An RDataFileSet object represents a set of @see "RDataFile":s.
# }
#
# @synopsis
#
# \arguments{
#   \item{...}{Arguments passed to @see "GenericDataFileSet".}
# }
#
# \section{Fields and Methods}{
#  @allmethods "public"
# }
#
# @author
#*/###########################################################################
setConstructorS3("RDataFileSet", function(...) {
  extend(GenericDataFileSet(...), "RDataFileSet")
})


setMethodS3("byPath", "RDataFileSet", function(static, ..., pattern="[.](RData|Rdata|rdata)$") {
#  .validate_nextmethod_call()
  NextMethod("byPath", pattern=pattern)
})

Try the R.filesets package in your browser

Any scripts or data that you put into this service are public.

R.filesets documentation built on July 21, 2022, 5:11 p.m.