You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A subfunction of REDCapR, redcap_metadata_coltypes, allows for extraction, identification, and assignment of REDCap column data types with readr syntax.
This may be a nice solution to simplifying how we currently process and assign coltypes in our internal function logic.
Checklist
The issue is atomic
The issue description is documented
The issue title describes the problem succinctly
Developers are assigned to the issue
Labels are assigned to the issue
The text was updated successfully, but these errors were encountered:
After talking through potential solutions for #141 in relation to this issue, a nice approach would be to incorporate redcap_metadata_coltypes in our package once it's on CRAN. This would give us access to all of the col_*()case_when logic Will has implemented.
However, we would like to avoid another API call in our package as redcap_metadata_coltypes uses an internally-defined redcap_metadata_internal API call. We should open an Issue and suggest that this function be built to handle the output of a redcap_metadata_read that we have at the top of our read_redcap function.
Feature Request Description
A subfunction of
REDCapR
,redcap_metadata_coltypes
, allows for extraction, identification, and assignment of REDCap column data types withreadr
syntax.This may be a nice solution to simplifying how we currently process and assign coltypes in our internal function logic.
Checklist
The text was updated successfully, but these errors were encountered: