Skip to content

Commit

Permalink
Update R/clean_redcap_long.R
Browse files Browse the repository at this point in the history
Co-authored-by: Ezra Porter <[email protected]>
  • Loading branch information
rsh52 and ezraporter authored Mar 11, 2024
1 parent 64c6280 commit 65d5baf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions R/clean_redcap_long.R
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,7 @@ clean_redcap_long <- function(db_data_long,
has_mixed_structure_forms <- nrow(mixed_structure_ref) > 0
# Convert mixed instruments to mixed structure format
} else {
if (!has_mixed_structure_forms) {
check_repeat_and_nonrepeat(db_data_long)
}
check_repeat_and_nonrepeat(db_data_long)

Check warning on line 96 in R/clean_redcap_long.R

View workflow job for this annotation

GitHub Actions / lint

file=R/clean_redcap_long.R,line=96,col=4,[indentation_linter] Indentation should be 6 spaces but is 4 spaces.
}

repeated_forms_tibble <- tibble(
Expand Down

0 comments on commit 65d5baf

Please sign in to comment.