CHOP-CGTInformatics / REDCapTidieR

Makes it easy to read REDCap Projects into R
https://chop-cgtinformatics.github.io/REDCapTidieR/
Other
33 stars 8 forks source link

Edit vignettes #139

Closed skadauke closed 1 year ago

skadauke commented 1 year ago

Description

Edits to the README and vignettes

skadauke commented 1 year ago

Hi, I'm reviewing the vignettes, and I noticed the following:

image

Is this still true? I thought we got rid of this? Are we throwing a warning when we detect this?

Also, I don't think the following is accurate? Rather, REDCap doesn't actually allow you to configure a repeating instrument in a repeating event, correct?

image

rsh52 commented 1 year ago

Hi, I'm reviewing the vignettes, and I noticed the following:

image

Is this still true? I thought we got rid of this? Are we throwing a warning when we detect this?

This is true, the check_repeat_and_nonrepeat function is dedicated to detecting it. We still want this to exist since it should never happen.

Also, I don't think the following is accurate? Rather, REDCap doesn't actually allow you to configure a repeating instrument in a repeating event, correct?

image

Correct, this isn't possible to do from the REDCap UI. I thought we had a check for this regardless, but I might be mistaken.