deprecated
Use tibble()
instead of data_frame()
.
Use quasiquotation instead of tibble_()
, data_frame_()
, and lst_()
.
Use as_tibble()
instead of as_data_frame()
or as.tibble()
, but mind the
new signature and semantics.
Use tribble()
instead of frame_data()
.
1 2 3 4 5 6 7 8 9 10 11 12 13 | data_frame(...)
tibble_(xs)
data_frame_(xs)
lst_(xs)
as_data_frame(x, ...)
as.tibble(x, ...)
frame_data(...)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.