Convenience function to add a class
Convenience function to add a class
add_class(x, cl)
x |
Object |
cl |
Vector of class labels to add |
foo <- "some text" %>% add_class("text") foo <- "some text" %>% add_class(c("text", "another class"))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.