Usage Arguments Value Author(s) Examples
1 | xcols(d, cols)
|
d |
|
cols |
A dataframe, with reordered columns
JFP
1 2 3 4 | d <- rbind(data.frame(date="20140101", ticker= 2, price=3),
data.frame(date="20140102", ticker= 2, price=2),
data.frame(date="20140101", ticker= 1, price=5))
d %>% xcols(c("ticker", "price"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.