Skip to contents

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

Usage

convert_dataframe_to_tibble(df)

Arguments

df

Data frame to possibly convert to a tibble.

Value

If the user has the tibble package installed, returns the inputted data frame converted to a tibble. Otherwise, returns the input.