REDCapTidieR icon indicating copy to clipboard operation
REDCapTidieR copied to clipboard

Makes it easy to read REDCap Projects into R

Results 20 REDCapTidieR issues
Sort by recently updated
recently updated
newest added

# Feature Request Description We currently have four functions that do the bulk of redcap processing work. `clean_redcap()` has `distill_repeat_table()` and `distill_nonrepeat_table()`. `clean_redcap_long()` has `distill_repeat_table_long()` and `distill_nonrepeat_table_long()`. There's a good...

backlog
refactor

Currently `parse_labels()` takes a `return_stripped_text_flag` argument that, if `TRUE`, returns a flag indicating whether or not `parse_labels()` altered label text during parsing by stripping HTML/field embedding logic. This complexity was...

enhancement
backlog
refactor

# Feature Request Description These functions would work with `extract_tibbles()` and eventually `extract_tibble()` to make it easy to select all forms of a certain type. Suggested usage: ```r extract_tibbles(supertbl, tbls...

enhancement
backlog

# Feature Request Description `REDCapTidieR` should have a function to return project-wide metadata, arranged in a tidy tibble. # Proposed Solution Similar to `read_redcap_tidy()` output, we could look into making...

enhancement
backlog

# Feature Request Description I notice on categorical and logical data types it converts all MDCs to NA, I would like this also for numeric data types. Or if I...

enhancement

# Issue Description The `add_partial_keys()` function is used to split events and arm names that REDCap provides as a single unique event name, ex: `repeat_event_arm_1`. `add_partial_keys()` will split this up...

bug

# Description This PR seeks to provide a new `join_data_tibbles()` function. To support this with regards to complex mixed data structures, some changes needed to be made to how we...

bug
enhancement

# Expected Behavior When joining mixed data structures with `read_redcap(..., allow_mixed_structure = TRUE)`, we expect tables to be made with meaningful, unique primary keys. # Current Behavior During development of...

bug

# Feature Request Description You have such amazing functionality to tidy redcap data! It would be nice if there were user facing functions that could do the same for csvs...

enhancement

# Feature Request Description Function to join together data tibbles that picks smart default keys to join on based on the events each tibble is mapped to. # Proposed Solution...

enhancement