new_tbl | R Documentation |
Fast 'tibble' alternatives
new_tbl(..., .nrows = NULL, .recycle = TRUE, .name_repair = TRUE)
f_enframe(x, name = "name", value = "value")
f_deframe(x)
as_tbl(x)
... |
Dynamic name-value pairs. |
.nrows |
|
.recycle |
|
.name_repair |
|
x |
A data frame or vector. |
name |
|
value |
|
new_tbl
and as_tbl
are alternatives to
tibble
and as_tibble
respectively.
f_enframe(x)
where x
is a data.frame
converts x
into a tibble
of column names and list-values.
A tibble or vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.