R/dbiDataType_data.frame.R

Defines functions dbiDataType_data.frame

dbiDataType_data.frame <- function(x) {
  vapply(x, dbiDataType, FUN.VALUE = character(1), USE.NAMES = TRUE)
}

setMethod("dbiDataType", signature("data.frame"), dbiDataType_data.frame)

Try the DBI package in your browser

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

DBI documentation built on June 18, 2022, 9:06 a.m.