Description Usage Arguments Examples
View source: R/underscoreReplacements.R
select columns
1 | replyr_select(.data, colnames)
|
.data |
data object to work on |
colnames |
character column names |
1 2 3 4 | d <- data.frame(Sepal_Length= c(5.8,5.7),
Sepal_Width= c(4.0,4.4),
Species= 'setosa', rank=c(1,2))
replyr_select(d, c('Sepal_Length', 'Species'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.