mat_enframe_wide | R Documentation |
Add a col diff
mat_enframe_wide(x, names = NULL)
x |
a vector |
names |
vector of names |
mat_enframe_wide(x=c(a=1,b=22))
mat_enframe_wide(x=c(1,22))
mat_enframe_wide(x=c(a=1,22, c=9, 8))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.