Learn R Programming

bioRad (version 0.9.1)

skip_if_no_tidyselect: Skip test if no tidyselect

Description

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.

Usage

skip_if_no_tidyselect()

Arguments

Value

Invisibly returns TRUE if tidyselect is available, otherwise skips the test with a message "Package tidyselect not installed".