R/conn_memory.R

# need dummy load and save methods

#' @export
loadAttrs.nullConn <- function(obj, type = "ddo") {
  NULL
}

#' @export
saveAttrs.nullConn <- function(obj, attrs, type = "ddo") {
  NULL
}

#' @export
print.nullConn <- function(x, ...) {
  cat("In-memory data connection")
}

#' @export
mrCheckOutputLoc.nullConn <- function(x, overwrite = FALSE)
  NULL

#' @export
mrCheckOutputLoc.NULL <- function(x, overwrite = FALSE)
  NULL

Try the datadr package in your browser

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

datadr documentation built on May 1, 2019, 8:06 p.m.