@@ -107,7 +107,7 @@ mod_agreement_server <- function(id, glob) {
107107 segments <- load_all_segments_db(
108108 pool = glob $ pool ,
109109 active_project = glob $ active_project
110- ) %> % dplyr :: filter(user_id %in% as.numeric(input $ repro_coders ))
110+ ) %> % dplyr :: filter(user_id %in% as.numeric(input $ repro_coders ))
111111
112112 if (length(unique(segments $ user_id )) > 1 ) {
113113 overlap_df <- calculate_code_overlap_by_users(segments ) %> %
@@ -133,7 +133,7 @@ mod_agreement_server <- function(id, glob) {
133133 segments <- load_all_segments_db(
134134 pool = glob $ pool ,
135135 active_project = glob $ active_project
136- ) %> % dplyr :: filter(user_id %in% as.numeric(input $ repro_coders ))
136+ ) %> % dplyr :: filter(user_id %in% as.numeric(input $ repro_coders ))
137137
138138 if (length(unique(segments $ user_id )) > 1 ) {
139139 segment_summary <- segments %> %
@@ -167,7 +167,7 @@ mod_agreement_server <- function(id, glob) {
167167 segments <- load_all_segments_db(
168168 pool = glob $ pool ,
169169 active_project = glob $ active_project
170- ) %> % dplyr :: filter(user_id %in% as.numeric(input $ repro_coders ))
170+ ) %> % dplyr :: filter(user_id %in% as.numeric(input $ repro_coders ))
171171
172172 codes <- load_codes_names(
173173 active_project = glob $ active_project ,
@@ -212,7 +212,7 @@ mod_agreement_server <- function(id, glob) {
212212 segments <- load_all_segments_db(
213213 pool = glob $ pool ,
214214 active_project = glob $ active_project
215- ) %> % dplyr :: filter(user_id %in% as.numeric(input $ repro_coders ))
215+ ) %> % dplyr :: filter(user_id %in% as.numeric(input $ repro_coders ))
216216
217217 codes <- load_codes_names(
218218 active_project = glob $ active_project ,
@@ -262,7 +262,7 @@ mod_agreement_server <- function(id, glob) {
262262 segments <- load_all_segments_db(
263263 pool = glob $ pool ,
264264 active_project = glob $ active_project
265- ) %> % dplyr :: filter(user_id %in% as.numeric(input $ repro_coders ))
265+ ) %> % dplyr :: filter(user_id %in% as.numeric(input $ repro_coders ))
266266
267267 users <- load_users_names(
268268 pool = glob $ pool ,
0 commit comments