powered by
Get column classes.
replyr_colClasses(x)
tbl or item that can be coerced into such.
list of column classes.
d <- data.frame(x=c(1,2)) replyr_colClasses(d)
Run the code above in your browser using DataLab