untabyl: Remove 'tabyl' attributes from a data.frame.

View source: R/as_and_untabyl.R

untabylR Documentation

Remove tabyl attributes from a data.frame.

Description

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

Usage

untabyl(dat)

Arguments

dat

a data.frame of class tabyl.

Value

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

Examples


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

sfirke/janitor documentation built on Feb. 6, 2024, 12:37 p.m.