Skip to contents

If a user has the tibble package installed, convert a data frame to a tibble.

Usage

convert_dataframe_to_tibble(res)

Arguments

res

Data frame to possibly convert to tibble.

Value

Returns res if the tibble package is not installed, and as_tibble(res) if the tibble package is installed.