untibble.Rd
Written by Bill Venables (CSIRO/UQ)
untibble(tibble)
The tibble to be converted to a data.frame
df A stripped down dataframe
df
df <- tibble::tibble(x = c(1, 2), y = c("January", "February")) %>% untibble() class(df) #> [1] "data.frame"