[FEATURE] Add select helpers all_repeating()
and all_nonrepeating()
to select forms by instrument type
#113
Labels
all_repeating()
and all_nonrepeating()
to select forms by instrument type
#113
Feature Request Description
These functions would work with
extract_tibbles()
and eventuallyextract_tibble()
to make it easy to select all forms of a certain type.Suggested usage:
Proposed Solution
We may need to do some additional digging to figure out how to implement this. Currently we implement
tidyselect
functionality by creating atibble
whereredcap_form_name
s are column names and applyingtidyselect
functions to thattibble
. That would no longer work if we wanted selectors that take into account form attributes besides the names (such as types).I found these helpful for thinking a bit about the issue:
tidyselect::peek_vars()
andtidyselect::peek_data()
tidyselect
helpersrecipes
selectors which is modeled aftertidyselect
but for recipes rather thantibble
sChecklist
The text was updated successfully, but these errors were encountered: