R/methods.R

Defines functions print.dbcnf

#-- cnf print method ----------------------------------------------------------
#' @export

print.dbcnf <- function(x, what = c('cnf', 'db', 'dir', 'name', 'table',
                                    'update', 'keys')) {
  cat(as.yaml(x[what]))
}
EricEdwardBryant/easydb documentation built on Feb. 15, 2021, 12:21 a.m.