Get the column types of a tibble

.getColTypes(input = NULL, collapse = TRUE)

Arguments

input

[data.frame(1)]
table of which to get the column types.

collapse

[logical(1)]
whether or not to paste all column types into one string.