R/as.data.table.R

Defines functions as_data_table

#' @rawNamespace S3method(data.table::as.data.table,dbi.table,as_data_table)
as_data_table <- function(x, ...) {
  data.table::setDT(as.data.frame(x, ...))[]
}

Try the dbi.table package in your browser

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

dbi.table documentation built on April 3, 2025, 7:40 p.m.