vec2df | R Documentation |
Create a one-row data frame from a vector of values
vec2df(vec, nms = NULL)
vec |
A vector |
nms |
Optional column names for the new data frame |
If nms
is not given, the names of the vector (if vec
is a named vector)
will be used for the column names
A one row tibble::tibble()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.