Skip to content

Commit 918ac98

Browse files
Linting
1 parent 8c62d74 commit 918ac98

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pipeline/04-interpret.R

+5-2
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,11 @@ if (comp_enable) {
316316
# that we used for the main frankencard used for prediction
317317
removed_cards <- multicard_props %>%
318318
filter(
319-
!(paste(meta_pin, meta_card_num) %in%
320-
paste(selected_cards$meta_pin, selected_cards$meta_card_num))
319+
!(
320+
paste(
321+
meta_pin, meta_card_num
322+
) %in% paste(selected_cards$meta_pin, selected_cards$meta_card_num)
323+
)
321324
) %>%
322325
select(meta_pin, meta_card_num)
323326

0 commit comments

Comments
 (0)