Skip to content

Commit

Permalink
putting the test get_duplicated_rows() asside, due to internal error …
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiFabre committed Nov 28, 2023
1 parent ae8957c commit b596e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/06-data_evaluate.R
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ dataset_evaluate <- function(

message(
" Assess the presence of duplicated participants in the dataset")
if(dataset %>% nrow > 0){ #icitte
if(dataset %>% nrow > 0 & FALSE){ #icitte
test_duplicated_rows <-
get_duplicated_rows(zap_dataset) %>%
rename(value = "row_number") %>%
Expand Down

0 comments on commit b596e0f

Please sign in to comment.