detibble: detibble if the input is a tibble it converts it back to a...

View source: R/rutils.R

detibbleR Documentation

detibble if the input is a tibble it converts it back to a data.frame

Description

detibble is used to ensure that if an input object is a tibble then it is returned as a base R data.frame. This is sometimes needed as tibbles can upset some base R functionality.

Usage

detibble(indat)

Arguments

indat

any matrix like data.frame or tibble

Value

a data.frame

Examples

## Not run: 
# syntax
detibble(tibble)

## End(Not run)

haddonm/codeutils documentation built on April 15, 2024, 1:02 p.m.