View source: R/new_tidytable.R
new_tidytable | R Documentation |
Create a tidytable from a list
new_tidytable(x = list())
x |
A named list of equal-length vectors. The lengths are not checked; it is the responsibility of the caller to make sure they are equal. |
l <- list(x = 1:3, y = c("a", "a", "b"))
new_tidytable(l)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.