Try to make a tibble
try_tibble(df, coerce = TRUE)
df
(data.frame) The data.frame to try attempt to coerce to a tibble
data.frame
tibble
coerce
(logical) Whether or not to try coercion. Provided for upstream calling functions.
Either a data.frame or a tibble