R/InterMineR-class.R

#' @rdname InterMineR-class
#' @import S4Vectors
#' @import methods
#' @export

setClass(
  "InterMineR",
  representation(
    name = "character",
    description = "character",
    select = "character",
    orderBy = "list",
    where = "list"
  )
)

Try the InterMineR package in your browser

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

InterMineR documentation built on Nov. 8, 2020, 5:58 p.m.