| as_data_frame {fr} | R Documentation | 
Coerce a fr_tdr object into a data frame
Description
Equivalent to as.data.frame(); directly using tibble::as_tibble()
also works because its input is first coerced with as.data.frame()
Usage
as_data_frame(x, ...)
Arguments
| x | a  | 
| ... | ignored | 
Value
a data frame
Examples
as_fr_tdr(mtcars, name = "mtcars") |>
  as_data_frame()
[Package fr version 0.5.1 Index]