janitor (version 2.2.0)

untabyl: Remove tabyl attributes from a data.frame.

Description

Strips away all tabyl-related attributes from a data.frame.

Usage

untabyl(dat)

Value

Returns the same data.frame, but without the tabyl class and attributes.

Arguments

dat

a data.frame of class tabyl.

Examples

Run this code

mtcars %>%
  tabyl(am) %>%
  untabyl() %>%
  attributes() # tabyl-specific attributes are gone

Run the code above in your browser using DataLab