R/rkt_get_max_n_cols.R

Defines functions rkt_get_max_n_cols

Documented in rkt_get_max_n_cols

#' Get the number of columns each dataset must maximally have.
#' Together with \code{\link{rkt_get_max_n_rows}}, the size
#' of a data frame is determined. A data frame of such size is
#' tested to fit in memory twice.
#' @export
rkt_get_max_n_cols <- function() {
  1050
}
richelbilderbeek/raket documentation built on Dec. 31, 2019, 7:41 p.m.