qqqTbl.2.Vec | R Documentation |
Covert a table to a named vector.
qqqTbl.2.Vec(tibble.input, name.column = 1, value.column = 2)
tibble.input |
tibble.input |
name.column |
name.column |
value.column |
value.column |
a <- 1:5
x <- tibble::tibble(a, a * 2)
qqqTbl.2.Vec(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.