Try to make a tibble

try_tibble(df, coerce = TRUE)

Arguments

df

(data.frame) The data.frame to try attempt to coerce to a tibble

coerce

(logical) Whether or not to try coercion. Provided for upstream calling functions.

Value

Either a data.frame or a tibble