R/read.R

#' Read s3 generic
#'
#' This is a generic function that dispatches to the specific read
#' implementation. For instance \link{read.KissReport} or
#' \link{read.KissReports}
#'
#' @export
read <- function(object, ...) {
  UseMethod("read", object)
}
unbounce/kissr documentation built on May 3, 2019, 2:36 p.m.