Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

better handling of single/multiple choice variables, function to split data by form #26

Merged
merged 22 commits into from
Apr 5, 2024

Conversation

aghaynes
Copy link
Member

@aghaynes aghaynes commented Mar 11, 2024

  • some data preparation functions have been renamed to improve consistency and clarity. The old functions remain to work, but issue a warning about deprecation.
    • rc_prep is now redcap_prep
    • rc_dates is now redcap_prep_dates
    • rc_datetimes is now redcap_prep_datetimes
  • improved support for when no single or multiple choice variables exist in a database
  • addition of redcap_toform which splits a dataframe into a list of dataframes, one for each form.
  • addition of a new vignette covering some details on the API endpoints offered by REDCap.

* improved support for when no single or multiple choice variables exist in a database
* addition of `redcap_toform` which converts splits a dataframe into a list of dataframes, one for each form
R/redcap_toform.R Show resolved Hide resolved
@aghaynes
Copy link
Member Author

closes #25

Copy link
Collaborator

@DominikGuentensperger DominikGuentensperger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

went through the code and tested. works well

@DominikGuentensperger DominikGuentensperger merged commit f7607ac into CTU-Bern:main Apr 5, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants