View source: R/select_tests_by_name.R
select_by_test_name | R Documentation |
select_by_test_name(.data, test_names, ...)
.data |
A data frame, data frame extension (e.g. a tibble), or a lazy data frame (e.g. from dbplyr or dtplyr). |
test_names |
character vector of all names of tests that one would like to select from .data; assumes that the tests share a common string (e.g. "_DART" or "_BISBAS") |
... |
any additional columns to be selected from .data |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.