R/recordsTable.R

#' Extract records table from class \code{records}
#' @param object object of class \code{records}
#' @aliases recordsTable
#' @include records-class.R
#' @return data.frame
#' @author Franz-Sebastian Krah
#' @export

setMethod("recordsTable", signature = "records",
          function(object) {
            object@records
          })

Try the rSymbiota package in your browser

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

rSymbiota documentation built on July 7, 2019, 5:02 p.m.