skip_if_no_tidyselect | R Documentation |
dplyr select method require package tidyselect This helper function allows to skip a test if tidyselect is not available Inspired by https://testthat.r-lib.org/articles/skipping.html#helpers.
skip_if_no_tidyselect()
Invisibly returns TRUE if tidyselect is available, otherwise skips the test with a message "Package tidyselect not installed".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.