R/describe.R

Defines functions describe

Documented in describe

#' Description of a data object
#'
#' Description of a data object like a data.frame that is more comprehensive than basic R functions
#' like str() or summary()
describe = function() {

}
BodoBurger/bodomisc documentation built on May 27, 2020, 5:12 p.m.