as_data_frame | R Documentation |
fr_tdr
object into a data frameEquivalent to as.data.frame()
; directly using tibble::as_tibble()
also works because its input is first coerced with as.data.frame()
as_data_frame(x, ...)
x |
a |
... |
ignored |
a data frame
as_fr_tdr(mtcars, name = "mtcars") |>
as_data_frame()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.