SyntaxFix
Write A Post
Hire A Developer
Questions
If you only want one or more columns in the front and don't care about the order of the rest:
require(dplyr) test %>% select(B, everything())