| untable | R Documentation | 
Taking a table and create a vector from it again
untable(x)
x | 
 A table.  | 
Just create a vector from a table.
A vector.
Daniel Fischer
x <- sample(1:10, 100, replace=TRUE) x <- table(x) untable(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.