mat_one_of_quiet | R Documentation |
Use one_of() quietly
mat_one_of_quiet(...)
... |
One or more character vectors. |
library(magrittr)
library(dplyr)
iris_tb %>%
select(mat_one_of_quiet(c("Sepal.Length", "caca")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.