Description Usage Arguments Examples
Move column in a data.frame.
1  | l.s.moveCol(df, tomove, where = "last", ba = NULL)
 | 
df | 
|
tomove | 
|
where | 
|
bf | 
1 2 3 4 5  | l.s.moveCol(head(diamonds), 'price', 'last')
l.s.moveCol(head(diamonds), 'price', 'first')
l.s.moveCol(head(diamonds), 'price', 'before', 'y')
l.s.moveCol(head(diamonds), 'price', 'after', 'y')
l.s.moveCol(head(diamonds), c('price','carat'), 'after', 'y')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.