vector2df | R Documentation |
Transforms a vector (named) to a data.frame
vector2df(x, name = "name", value = "value", show_NA)
x |
A vector of values. |
name , value |
Character strings for the name and value columns |
show_NA |
Ignored; will trigger a warning if set |
A data.frame
with name
(optional) and value
columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.