Description Usage Arguments Value Examples
Transforms columns into rows and rows into columns.
| 1 | 
| data | a dataframe | 
| namenc | name of new column (first column) (default="") | 
| mode | if results are incorretly try set this to TRUE | 
Return a dataframe.
| 1 2 | v=data.frame('date'=c('2016','2017'),'value1'=c(12,10),'value2'=c(8,6))
me.spread(v,namenc='old header')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.