R/dframe.R

Defines functions dframe

dframe <- function(...){
data.frame(..., stringsAsFactors = F)
}

Try the Haplin package in your browser

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

Haplin documentation built on Sept. 11, 2024, 7:13 p.m.