rt (version 1.0.1)

try_tibble: Try to make a tibble

Description

Try to make a tibble

Usage

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